Skip to main content
15-Moonstone
August 7, 2019
Question

datafilter widget in collection

  • August 7, 2019
  • 1 reply
  • 754 views

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

1 reply

18-Opal
August 7, 2019

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