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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

datafilter widget in collection

Sruthi
14-Alexandrite

datafilter widget in collection

Is it possible to use the data filter widget to a collection widget? If possible, how to do that?

1 REPLY 1

Hello,

 

Yes, but not directly. Data Filter generates a Query object, which you can pass to the server side to use in services like QueryImplementingThings. The output of those services (an INFOTABLE object, which is essentially a grid of values) is then used as an input for Collection widget. So you can use those two widgets together, but you need to do it via a service, which takes a QUERY as an input, and outputs an INFOTABLE.

 

Regards,
Constantine

Top Tags