Hi,
I am working on multi level filtering to filter the DPEs based on selections. But the issue I am facing is - I can't use the multi select option in Combo box. Any other alternate for multi selection of items?
Will it be a feature in future release of Wincc OA?
Thanks,
Bala
Combo box - Multi select option
- mkoller
- Posts:741
- Joined: Fri Sep 17, 2010 9:03 am
Re: Combo box - Multi select option
A combobox is not meant for multi selection. Use a Selection List instead.
- vbalan007
- Posts:20
- Joined: Fri Jul 28, 2017 7:11 am
Re: Combo box - Multi select option
Thanks.
Suppose if the list is having hundreds of items, I don want to display all the 100 items. I want to minimize the selection list.
Appreciate if you could share an example of selecting multiple items in the selection list box.
Thanks,
Bala
Suppose if the list is having hundreds of items, I don want to display all the 100 items. I want to minimize the selection list.
Appreciate if you could share an example of selecting multiple items in the selection list box.
Thanks,
Bala
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Combo box - Multi select option
As you have to fill the selection list by code on your own you can define in the code which items shall be displayed.
You probably can put a textfield on top or below the selection list which can be used as input field for a filter. If the user has entered data you modify the displayed items in the selection list.
Best Regards
Leopold Knipp
Senior Support Specialist
You probably can put a textfield on top or below the selection list which can be used as input field for a filter. If the user has entered data you modify the displayed items in the selection list.
Best Regards
Leopold Knipp
Senior Support Specialist