# SETSEMANTICFORMATTING

Enable semantic formatting using scripts to highlight positive, negative, and neutral values. Report viewers can enable or disable semantic formatting without requiring access to display settings.

#### Syntax <a href="#syntax" id="syntax"></a>

```javascript
SETSEMANTICFORMATTING(value)
```

#### Arguments <a href="#arguments" id="arguments"></a>

value - Set to TRUE to enable semantic formatting.

#### Example <a href="#example" id="example"></a>

```
SETSEMANTICFORMATTING(TRUE)
//Enables semantic formatting
```

<figure><img src="/files/FepCcD5j5LRvWDRvMAOD" alt=""><figcaption><p>Enabling semantic formatting with scripts</p></figcaption></figure>

Using scripts to control semantic formatting:

<figure><img src="/files/FepCcD5j5LRvWDRvMAOD" alt=""><figcaption><p>Variable buttons to enable and disable semantic formatting</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.fabricplan.com/planning-sheets/formula-syntax/scripting-functions/setsemanticformatting.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.
