There are two dropdowns with cascading filters. Teacher and Student
I select value “A” for Teacher Dropdown. Then selected value “AS” for Student dropdown.
Now if I select a different value “B” for Teacher Dropdown, the value “AS” is also displayed in the Student dropdown along with the list of values corresponding to Teacher “B”.
As the value for Student dropdown is incorrect, the visual does not return any result. If I select the relevant value for Student dropdown, the visual returns result and the value “AS” disappears from the Student dropdown list. Is there a way to avoid the value “AS” from appearing in the Student dropdown list?
Your assessment is right. I tried this myself and see that when you change the selections in the first cotrol the dependent control’s previous selection is not automatically reset. It is not a good user experience. Currently, I don’t see an option to reset the previous selections.
Please raise this as a Bug with AWS and they should be able to fix this issue.
Hi @Sumitha, I understand your concern. The best way to handle this is by enabling the “apply button in the filter”.
Please follow the below scenarios
Teacher-Student Dropdown Dependency:
If you select a value (e.g., “A”) from the Teacher dropdown and click “Apply,” the Student dropdown will automatically update to show only values related to Teacher “A”.
Similarly, if you select a different Teacher value (e.g., “B”), the Student dropdown will update to reflect only the options related to Teacher “B”.
If you select a single-value dropdown for the Teacher filter, only values related to that Teacher selection will be displayed in the Student filter.
If you select a multi-value dropdown for the Teacher filter, the Student filter will update based on all the Teacher values you’ve selected, this means that if you select two values from the Teacher filter, the Student filter will show the related values accordingly. This is the default behavior of BI tools
Hi @Sumitha,
Since we haven’t heard back, I’ll go ahead and close out this topic. However, if you have any additional questions, feel free to create a new post in the community and link this discussion for relevant information if needed.