Column visibility

1
Hi, Anyone know how to hide column based on attributes boolean? I have a table that need to appeared based on the condition. If the item select yes : column appeared No column hide   Please refer below image:  
asked
2 answers
2

You do mean the widget ‘Table’? If so, this is not possible in the table itself, it just does not have the visibility-option like it has for rows:

You can duplicate the table, one with the column visible, one having the column not visible. Wrap both of them in a dataview. Make the dataview have as datasource an entity containing your boolean. And on both your tables set the visibility based on that value of the boolean-attribute.

answered
0

 I think, In the Select Attribute dialog box, select an attribute of the Boolean or enumeration type and click Select.

answered