# 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="/files/xIC4Wpb59KwleXSUhEw2" 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="/files/qfexa4pZZ6VS8DUriaon" alt=""><figcaption><p>SETCOMBINECOLUMNHEADER in action</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inforiver.com/formula-syntax/scripting-functions/display-settings/setcombinecolumnheader.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
