Cascading filters for independent dimensions
Hello Team,
We have a use case for dependent filters where we want to control(lock/unlock) each filter unlike existing dependent filters functionality where filters are grouped.
We're using a live connection. For eg, If we have Product, Geography & Time. I want to all products under "Product" filter dropdown that are only relevant to "US" when "US" is selected as Geography filter.
Right now this can be only achieved using dependent filters , where we cant enable/disable each filter within a widget.
TIA
Posting the solution from another thread/discussion :
" We found a working solution for this, we were advised to convert all our dashboard filters to background filters. Later we made some changes to the code while embedding such that only the relevant selections from our embed platform are passed to each dashboard filter.
Note :This cannot be done through the frontend dashboard unless we add dependent filters. However, it's great that we found a solution through embedding "