If I have a hierarchy of controls like company / business-unit / department with drop down lists, can I make it so if the user changes the business-unit drop down choice, it clears (select-all) the child controls (department).
Why? If I have the following data:
Amazon / Retail / Dept 1
Amazon / Retail / Dept 2
Amazon / AWS / Dept 3
Amazon / AWS / Dept 4
If I change business-unit from Retail to AWS, if the department was left as Dept 1 then I get zero matches. I would rather it clear ( or “select-all”) the department control. Or if I change the company, then the business-unit AND department are cleared.
Any tips or guidance greatly appreciated!
Thank you