Apply conditional formatting based on boolean value

3
I want to hide or show certain rows (in a dataview) depending on one of the properties, of type boolean, of the meta object. Is this possible?
asked
2 answers
4

In our next release, Mendix 2.5, it will be possible to configure conditional formatting based on a boolean attribute!

In 2.4 you will need to use an attribute of type enumeration.

answered
4

No, this will only work with an enumeration. You could convert the boolean to an enumeration.

answered