StyleCode Property: columnDisplay
columnDisplay
If false, the column is not displayed on the dashboard.
Applies to | Type | Default |
---|---|---|
table > column | always ,never ,pick | always |
Examples
// Example: table > column
show table "My Table" a1c4 tomato with
Orders.Date { columnDisplay: always }
Orders.Quantity
Three values are possible
always
: the column is visible by default ; the user can hide it using the “choose displayed columns” interface when zooming in on the tablepick
: the column is hidden by default ; the user can show it using the “choose displayed columns” interface when zooming in on the tablenever
: the column is never visible