Rules for Based on Attribute Values.

0
I am working my way thru th crash course and was in chapter 6.something, I need to set the condition for visibility on "Based on Attribute Value" , but that one is now called "based on value" and greyed out... Am I doing something wrong or has Mendix changed something from 10 to 11? 
asked
3 answers
1

Hi Tulleken,

 

To enable conditional visibility of an item using an attribute, the item must be within a Data View:

image.png

 

This allows you to use the data view object to define the visibility condition.

 

Best regards,

Édrien Kauê

answered
0

SC_Mendix.pngI read somewhere that structure mode is not yoet avaialble for Mac.. This is design mode correct? 

answered
0

Your layoutGrid2 needs to be inside the Data View "Employee from page parameter 'Employee' (Employee)" which can be found at the end of page explorer. For "HasAccount" to be recognised as attribute value, both "HasAccount" and "Employee_Account" Data view needs to be insider "Employee" Data view.

answered