Skip to main content
1-Visitor
November 15, 2016
Question

Query Filter is not working for Stream

  • November 15, 2016
  • 1 reply
  • 1956 views

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

1 reply

22-Sapphire I
November 15, 2016

Did you remember to assign the Query object in the Params object?

I oft forget that.

1-Visitor
May 25, 2018

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 .