# 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://content.gitbook.com/content/sB9HAei8v4FfKkH9M4gw/blobs/RhJPwKglbPoCl60vTK7t/image.png" 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://content.gitbook.com/content/sB9HAei8v4FfKkH9M4gw/blobs/8fLc4il1j0bSOr2Cgv2q/Untitled%20Project.gif" alt=""><figcaption><p>Semantic formatting options</p></figcaption></figure>
