# SEMANTICFORMAT

Semantic formatting lets you highlight or emphasize positive and negative values.

### Syntax

```javascript
SETSEMANTICFORMATTING(VALUE)
```

### Arguments

VALUE - Pass a boolean value of TRUE or FALSE.

### Example

```
SETSEMANTICFORMATTING(TRUE)

SEMANTICFORMAT.POSTIVE.AFTER  // 123+
SEMANTICFORMAT.POSTIVE.BEFORE // +123
SEMANTICFORMAT.NEGATIVE.BRACKET //(123)
```

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2F8X5VYxlBzsFnsQEJlh8x%2Fimage.png?alt=media&#x26;token=e35de4ec-9536-49d9-9a41-b0eefcb6b049" alt=""><figcaption></figcaption></figure>

Notice how semantic formatting options have been applied in the reading view for positive and negative numbers using the SEMANTICFORMATTING functions.

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2F60W5T1OHt3nAjWzfLjcj%2FUntitled%20Project.gif?alt=media&#x26;token=72921a3b-3c02-446b-95aa-aae43f587585" alt=""><figcaption><p>Semantic formatting options</p></figcaption></figure>
