Hi,
I am trying to filter a List View according to values in another control.
Filtering a list view according to a value in another control works when there is only one value in that control, but I need according to multiple values.
I tried doing this with a List box control but then saw that this is not enabled: Under section "Considerations" it states “You cannot use the delimited output from a multi-select control as a filter value in a list view or a SmartObject method”
Examle:
List View contains all employees in my company: A to Z
In my department: A is a manager that manages B and C, D is a manager that manages E and F.
I build a control containing employees A and D and would like to see in the list view all employees of the department dWhere manager column in employee list is A or D] thus: C, D, E, F.