Hello,
I would like to build a filter where the user can select the dimension (list) by which they want to filter and then have another grid next to it where the selected dimension's members appear. Is this possible to have this flexibility ?
Example: I have a module with the dimension "Orders" containing the sales of my organization. In the module I have the line items "Country", "Client", "Region" all of which are fomatted in the eponym list.
I display the sales in a page for the users and on top of the page I would like a first card showing a selection menu between "Country", "Client" and "Region" then a second card with the members of the list selected on the first card.
On the second card, I would select the members I want to filter by, using a boolean, and the sales data would adjust accordingly.
I have no issue filtering the sales data by a specific dimension in a regular scenario, but I do not know how to have a dynamic dimension there.
Can anyone let me know if this is possible and if so how to get the desired result ?
Thank you for the help !