Is it possible to ignore an enumeration

0
Hi, Is it possible to ignore an enumeration in a drop down or with radio buttons?
asked
2 answers
2

Ben,

If you mean ignore one or more values, the answer is no.  You can’t do that.

To do this, you’ll need to use the enumeration in a separate entity associated to your main entity.  Then use a reference selector or association radio button list.  In either of these controls, you can put conditions on the list of values that will be displayed.

Hope that helps,

Mike

answered
0

You also might want to check this widget: https://appstore.home.mendix.com/link/app/56183/Finaps/EnumSelector

With this you can define which enums to show in your dropdown.

Regards,

Ronald

 

answered