# 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://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FRVo8MIpPX0iNfpL4A1eb%2Fimage.png?alt=media&#x26;token=aa3827ee-87e3-4f4b-8c64-89a4114407ef" 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://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2Fr9j7XpH3m4oQgYXomkrG%2FUntitled%20Project.gif?alt=media&#x26;token=67c34472-0395-4c61-97b8-b3d18c33dbe0" alt=""><figcaption><p>SETCOMBINECOLUMNHEADER in action</p></figcaption></figure>
