Skip to main content
6-Contributor
September 17, 2023
Solved

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

  • September 17, 2023
  • 1 reply
  • 1296 views

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

 

 

Best answer by Arun_C

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

 

1 reply

Arun_C16-PearlAnswer
16-Pearl
September 18, 2023

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

 

Moudy296-ContributorAuthor
6-Contributor
September 18, 2023

Thanks