Hi Dojo,
i'm currently looking into building a dashboard where the user should be able to select multiple things hierarchically. But the data used for that is distribute across multiple tables and elements. Therefore i would like to understand if it is possible to create a query with a "single column" result and show this result in a drop down component to use it in the next query. Currently when i drag the query onto the dropdown component there is only the name of the query available as option.
Thanks in advance for any help!
Best regards
Manuel
Hi Manuel,
I believe an option here is to use Query Filter
A query filter component will display all the values from a column in a checkbox list. See example below:
By linking the query filter to the table, you can filter the rows from the table.
Hope it helps.