# SETCOMBINECOLUMNHEADER

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

### Syntax

```javascript
SETCOMBINECOLUMNHEADER(VALUE)
```

### Arguments

VALUE - Pass a boolean value of TRUE or FALSE.

### Example

```
SETCOMBINECOLUMNHEADER(TRUE)
SETCOMBINECOLUMNHEADER(FALSE)
```

<figure><img src="https://content.gitbook.com/content/sB9HAei8v4FfKkH9M4gw/blobs/udqbTTfL479AChBxpIb5/image.png" alt=""><figcaption><p>Combine column headers function used in variables</p></figcaption></figure>

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

<figure><img src="https://content.gitbook.com/content/sB9HAei8v4FfKkH9M4gw/blobs/mZFpTjxTGDq7kRVwzIUp/Untitled%20Project.gif" alt=""><figcaption><p>SETCOMBINECOLUMNHEADER in action</p></figcaption></figure>
