ENUM should have Caption, Key AND Value (such as decimal value or string...) - Mendix Forum

ENUM should have Caption, Key AND Value (such as decimal value or string...)

0

I am barely missing an explicit value for ENUMs.

 

So having an ENUM with captions 1%, 2%, 3% and keys such as _1_0_, _2_0_ and _3_0_ need in addition values such as decimal values 0,01, 0,02, 0,03 and so on.

 

With getCaption you get the Caption - solved

With getKey you get the internal keys - solved

AND

With getValue you get the value of the ENUM such as 0,01 in my example above - open

 

And ENUM filter activity on top would be genious ;-)

 

Thanks,

Timo

asked
0 answers