SETCOMBINECOLUMNHEADER

Enabling the SETCOMBINECOLUMNHEADER option will combine the column headers and measure labels to display compact headers.

Syntax

SETCOMBINECOLUMNHEADER(VALUE)

Arguments

VALUE - Pass a boolean value of TRUE or FALSE.

Example

SETCOMBINECOLUMNHEADER(TRUE)
SETCOMBINECOLUMNHEADER(FALSE)
Combine column headers function used in variables

In the animation, the column headers and measure names are combined when the CombineColumnHeader button is clicked. The buttons use the SETCOMBINECOLUMNHEADER function.

SETCOMBINECOLUMNHEADER in action

Last updated

Was this helpful?