Change String Values to Enumeration

0
Hello,   I have some  cities i store them in database as strings, i want to create dynamic Enumeration which contain list of those cities to use them in Gallery drop-down filter. how can i do that? thanks in advance
asked
2 answers
1

You can get the enumeration value from a string using the EnumerationFromString Java action in Community Commons module.  However, the Cities will need to already exist in your enumeration.

answered
1

A dynamic enumeration (read: changeable at runtime) is not available in Mendix. The closest thing a separate entity having one attribute, which you use as a reference.

answered