cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Query Filter is not working for Stream

vkrishnamurthy
1-Newbie

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

2 REPLIES 2

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

I oft forget that.

sasken
4-Participant
(To:PaiChung)

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 . 

Top Tags