visibly based Attribute

0
i have created a page in that i have two enums which is boolean values and based on one enum  boolean  value the other enum boolean values should get displayed how can i achieve this 
asked
3 answers
3

Hi Nithya,

 

You can set the visibility for the enum.

Regards,

Rasik.N

answered
2

Hi Nithya,

You can set the visibility of the attribute based on enums, booleans or expressions on the page in the property  of the input widget.

See reference document here.

You should also consider taking the rapid developer learning path as such concepts would be covered and you would be more comfortable working with Mendix.

Good luck!

answered
0

Hi Nithya,

You can apply conditional visibility on second enum based on value chosen for first enum, you have to use conditional visibility based on attribute value and select you enum and it’s corresponding values to show the second enum.

Hope it helps

answered