Question
Query Filter is not working for Stream
I need to query stream and get only those rows for which value matches column on which im filtering.
Example:
"filters":
{
"type": "EQ",
"fieldName": "SublineID",
"value": "US_AUR_lab_Line1_SMT1"
}
Here even if im querying on "SublineID" column im getting all the rows of stream.
Suggest me how can i retrive only those rows which matches "US_AUR_lab_Line1_SMT1" on ""SublineID" column
