05-10-2022
03:58 AM
- last edited on
05-03-2023
12:02 PM
by
JackLacava
Hi everyone,
Is it possible to set a search/filter option in the combo box where user can type in the value and it will be picked up from the underlying list?
Alternatively, another component that can do it? I have tried using the tree view with search and filter option but it does not display anything if I use member list as bound parameter. Any other parameter type should be used specifically for tree view to work?
Solved! Go to Solution.
05-12-2022 05:39 PM - edited 05-12-2022 05:42 PM
If that doesn't work, then the next option is to use a select member button.
05-10-2022 08:44 AM
Did you try using the Member Tree component? The parameter will be a member list parameter. (Not sure whether you need .TreeDescendants as the expansion. I can't remember that part now.)
05-12-2022 04:55 PM
Thank you! I have tried a member tree component with member list as a parameter but just get an empty box. The same parameter assigned to a combo box gives me a list as expected. I attach the printscreens here. Can I kindly ask you to check if I am I missing anything in the set up?
05-12-2022 05:39 PM - edited 05-12-2022 05:42 PM
If that doesn't work, then the next option is to use a select member button.