Hide tab page with Boolean value in entitiy

1
Is there a way to hide a tab page until a Boolean value is triggered in an entity. I am not talking the content in the tab page, but the tab itself and all the content is hidden until Boolean = true. When I view the Tab page properties and I edit the visible properties, no attributes with Boolean values show up as they do with datagrid's or tab container. I do see the module role, but that will not work in this case. Thanks,
asked
1 answers
3

Just tested this in 6.3.1 and the tab container pages can be set to visibible based on a boolean attribute. Open the properties of the tab page, select the Edit button on the visibility. In the dialog now set the tick mark at the top to true and select the attributes from the list below that. Be aware however that the tab page and therefore the container needs to be placed inside the dataview. If you do not have your tab container in a dataview and e.g. only have dataviews on your tab pages you will not be able to select the attributes, as the page visibility needs to have a context to select the attributes from. Otherwise the modeler would never know which entity the attributes need to be selected from and these can't be selected from dataviews on the pages themselves.

answered