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

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Using chip-data-filter to adjust it into the Grid-table.

Moudy29
5-Regular Member

Using chip-data-filter to adjust it into the Grid-table.

I did chip-data-filter to adjust it into the Grid-table, though, it does not displayed the value of any chosen condition, and here is the code written into the service as display the info-table drag to the widgit chip-data -filter and it return to the query parameter:

workItems = Resources["InfoTableFunctions"].Query({
t: workItems,
query: query

});

so anything could add or edit to display the value to display it at the Grid Table

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Arun_C
16-Pearl
(To:Moudy29)

HI @Moudy29 ,

 

Piece of qery code in service level is fine. Have you verified in mashup that Chip-Data-Filter's > QueryChanged Event is binded to that service for execution after the filter's changed? If already did means please share some images from mashup bindings & service level  for better understanding also let us know the Thingworx version.

 

Arun_C_0-1695013509670.png

Arun_C_1-1695014019719.png

 

Thanks & Regards,

Arun C

 

View solution in original post

2 REPLIES 2
Arun_C
16-Pearl
(To:Moudy29)

HI @Moudy29 ,

 

Piece of qery code in service level is fine. Have you verified in mashup that Chip-Data-Filter's > QueryChanged Event is binded to that service for execution after the filter's changed? If already did means please share some images from mashup bindings & service level  for better understanding also let us know the Thingworx version.

 

Arun_C_0-1695013509670.png

Arun_C_1-1695014019719.png

 

Thanks & Regards,

Arun C

 

Moudy29
5-Regular Member
(To:Arun_C)

Thanks

Top Tags