Hello Experts.
I have implemented cascading functionality with dimension filter components.I was able to filter the values based on other dimension filter but the second dimension filter is showing only selected value if I change other selection on first dimension filter.to make this dynamic,every time i'm deselecting the value from 2 dropdown.
please see the below example.
i have 2 dimension filter components 1)Country 2)Region.
1.when I select USA value from Country then i can see all regions which belongs to USA.
2.then i made selection in Region i.e California that's fine.
3.now i was trying to select other country i.e "Australia" from Country Dimension Filter but i don't see dynamic values that are belonging to AUS.instead of this I see the previous selected value.
in this case every time i'm deselecting values from Region then im choosing the value from County dimesnionfilter then i can see all the regions which belongs to selected value
is this design behavior or am i going somewhere wrong?