# DISPLAY SETTINGS

Report authors can choose to give users access to certain display settings like ragged hierarchy, semantic formatting, and null/zero handling with scripts. When used with [variables](https://github.com/lumelinc/PowerTableDocs/blob/main/working-with-inforiver/18.-variables), users will be able to turn these settings on or off although they cannot directly access display settings.

<table><thead><tr><th width="302">NAME</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><a href="/pages/0dHCqB6hdGvJqgBaW6QG">SETBLANKLABEL</a></td><td>Replace blank row or column categories with custom text.</td></tr><tr><td><a href="/pages/LHPp7khRgkfOeg6dzDay">SETSUPPRESSZEROS</a></td><td>Suppress rows that contain only 0.</td></tr><tr><td><a href="/pages/GE3RkOh1U6H7RKB9A5Yx">SETRAGGEDHIERARCHY</a></td><td>Hide blank categories when you have uneven/unbalanced hierarchical data.</td></tr><tr><td><a href="/pages/nadzc0BtlUKKyNI4vurt">SETCOMBINECOLUMNHEADER</a></td><td>Combine the column headers and measure labels to display compact headers.</td></tr><tr><td><a href="/pages/2f4FRNENJgyL64KOa6jB">SETSEMANTICFORMATTING</a></td><td>Semantic formatting lets you highlight or emphasize positive and negative values.</td></tr><tr><td><a href="/pages/fyMZa1h0LmKfgwUuVY44">SEPARATOR</a></td><td>Set custom delimiters for decimals and thousands.</td></tr><tr><td><a href="/pages/UGWrsro5DJyNHdoLhmRc">SHOWNULLAS</a></td><td>Customize how to display null values in your reports</td></tr><tr><td><a href="/pages/8nTjWaqDYswWJg3IlQIm">SHOWZEROAS</a></td><td>Customize how to display zeroes in your reports</td></tr><tr><td><a href="/pages/v9N787dOqyh93Hjqv5rW">SINGLECHILD</a></td><td>Select which nodes to display when a parent hierarchy has only one child.</td></tr></tbody></table>


---

# 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.fabricplan.com/planning-sheets/formula-syntax/scripting-functions/display-settings.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.
