Display Selection (displaySelection)

The Display Selection property selects which of the declared dimensions or measures to display.

In the Properties view, this property is the Display Selection property in the Chart category.

Type: String (column selector).

For example, given a table with 4 dimensions, specifying a value of "3,2,0" selects the last, the second last, and the first column for display.

Depending on the visualization type (set by the drawAs property), it is possible that not all selected dimensions will display.

Not specifying a value is equivalent to selecting all declared dimensions. For example, given a table with three dimensions, not specifying this attribute is the equivalent of specifying a value of "0,1,2".

For dimensions, specifying an empty set will display the measures only and the grand total line.

For measures, specifying an empty set will display the dimensions, their aggregates and the grand total line.