I want to achieve the below scenario.
For example: the state filter should display value related to India when “India” is selected from the country filter. Likewise, the city filter should be visible when a specific state, such as “Kerala,” is chosen from the state filter. Otherwise, need the city filter to be hidden.
that is the “State” filter needs to be appeared only after selecting a country and the “City” filter needs to be appeared only after selecting a state.
Is this is Possible to achieve? Kindly please help.
As far as i know Dynamic visibility of the filters based on parent filter is not possible. However, you could use cascading filter option to show show the relevant values of the chosen filter.
i am having the same issue ,
I have 2 filters User / Region and also i have applied RLS
below is RLS
User 01 Region01
User 02 Region02
User 03 Region03
When i Select User01 it filters Region01
But then when User02 Opens the Dashbord it shows default selected User01 / Region01
and when i click on DropDown and select User02 it updates the filter ,