# SEPARATOR

Use the SEPARATOR function to set custom delimiters for decimals and thousands.

### Syntax

```javascript
SEPARATOR.<TYPE>(VALUE)
```

### Arguments

TYPE - DECIMAL or THOUSAND depending on the separator you need to change.

VALUE - The custom separator to use instead of the default ones.

### Example

```
SEPARATOR.DECIMAL('d')
SEPARATOR.THOUSAND('t')
```

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(2477).png" alt=""><figcaption><p>Separator function in a button variable</p></figcaption></figure>

When we click the buttons, the default '.' separator for decimal and ',' separator for thousands are replaced with 'd' and 't' respectively. The buttons use the SEPARATOR script options internally to change the separator.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/Untitled%20Project%20(36).gif" alt=""><figcaption><p>Changing the separator</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/display-settings/separator.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.
