Question
1
Replies
29
Views
Posted: January 19, 2021
Last activity: January 19, 2021
How to restrict values in dropdown.
Hi Everyone,
We have a dropdown containing values as below:
LS-100
LS-101
LH-100
LS-102
LH-102 ...
We want to display only LS-100, LS-101,LS-102...
How to restrict the drop down?
Please advice.
Thanks,
@KiranV755
Dropdown are generally source from Data Page, RD or clipboard page. For dropdown sourced from RD or Data page, you might be able to put some filter condition based on some condition.
If you are using clipboard page, then you have put the filter logic in the DT or activity from where you are populating the page.