Hello,
I am using dropdown and its source is Role which contains Master admin, admin, employee and clients. But i want to only show two things admin and employee in that dropdown. So, how to dot it?
Thanks
Use the “:minus item” operator.
Plenty of ways, here are a few ideas (in order of simplicity)…
-
Get all options: minus item Master Admin
-
Get an Option: Employee: converted to list: plus item Admin
-
Get All Options: Filtered: this options Display <> Master Admin
-
Add an attribute to the Option Set and use that to determine which Options to show
It will work in case of data base also if its not option set @adamhholmes
Yes, but you need to use search constraints in stead of filters.
Ok… but I’d definitely stick with an Option Set for this rather than using the database.
Same here but its others project and they want like this
Not able to use constraints can you please describe more. Like in Choice source i use do a search for then in constraints Role= ?
I use item from#2 item until#2 it is correct way to do, its showing only option i need
Either way is fine…
This topic was automatically closed after 70 days. New replies are no longer allowed.