Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
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
Solved! Go to Solution.
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.
Thanks & Regards,
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.
Thanks & Regards,
Arun C
Thanks