Hi,
I have combo box and drop down in my app. Combo box and Dropdown is Cascaded which means where based on values selected in combo box, dropdown list is displayed.
Example:-
Combo box has below values:
Team A
Team B
Unknown.
Drop Down has below values
Person 1
Person 2
NA
When I selected Team A in combo box, drop down displays Person 1
Combo Box has multi selection property as True. My query is- if I select more than 1 values from combo box, Drop down should display NA.