Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
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
Did you remember to assign the Query object in the Params object?
I oft forget that.
for filter the data what would be the process can you explanation some step like what type of service i have to write because i am new in thingworx. from last 2 days i was trying to filter the data based on some condition but could not get output .