Hello,
I need to hide an option of an option set in a dropdown at a specific place.
In the choices source, I have my option set call “TypeDeCompte”. I do that to hide the option but it’s not working .
Any ideas ?
Thank you
Hello,
I need to hide an option of an option set in a dropdown at a specific place.
In the choices source, I have my option set call “TypeDeCompte”. I do that to hide the option but it’s not working .
Any ideas ?
Thank you
Try filtered
That should work…
So there must be something else going on here…
Start by checking the debugger… and then share some more screenshots if you still can’t figure it out.
I don’t know if I can help debugging this, but…
The app I’m building has a specific option set that I use in three different pages. For each of those pages, I need to only show a subset of the option list.
So instead of an option list, I use a standard database table. The table looks kind of like
option_name
show_on_add_yes_no
show_on_mtc_yes_no
show_on_items_yes_no
Then for each separate page, I populate the dropdown with the rows in the table, but select for the specific _yes_no set I need.
Again, I know this doesn’t fix your problem, but as a “last resort” it might work for you.