# 9. Number Formatting

{% hint style="success" %}
**Supported in: ✔️**Date Filter **✔️**Facet Filter **✔️**Hierarchy Filter **✔️**Alpha Numeric Filter

**✔️**Numeric Filter
{% endhint %}

The **Number Formatting Configuration** feature allows users to customize how numerical values are displayed in the visual.

## How to Configure Number Formatting

{% stepper %}
{% step %}
**Decimal Separator**: Use the provided text box to specify the character for the decimal separator (e.g., `.` or `,`).
{% endstep %}

{% step %}
**Thousand Separator**: Enter the character for the thousand separators in the text box (e.g., `,` or a space).

{% endstep %}

{% step %}
**Value Decimal Places**: Adjust the number of decimal places by typing a value or using the up/down arrows in the box provided.

{% endstep %}

{% step %}
**Scaling Display**: Select how numbers are scaled from the dropdown list. Options include:

* **Auto**: Automatically scales numbers based on their size.
* **None**: Displays the full value without scaling.
* **Thousand**: Scales values to thousands (e.g., 1,000 → 1K).
* **Million**: Scales values to millions (e.g., 1,000,000 → 1M).
* **Billion**: Scales values to billions (e.g., 1,000,000,000 → 1B).
* **Trillion**: Scales values to trillions (e.g., 1,000,000,000,000 → 1T).
  {% endstep %}

{% step %}
**Prefix**: Add a prefix to numbers (e.g., `$`, `€`) using the text box provided.

{% endstep %}

{% step %}
**Suffix**: Enter a suffix for numbers (e.g., `%`, `units`) in the text box.

{% endstep %}

{% step %}
**Customize Scaling Labels**:&#x20;

* Enable the **Customize Scaling Label** toggle to define custom labels for scaling options.
* Text boxes for **Thousand**, **Million**, **Billion**, and **Trillion** appear, allowing you to input custom labels (e.g., "K" for thousand, "Mln" for million).
  {% endstep %}
  {% endstepper %}

<figure><img src="/files/BxlrQNwsXnHVHdwe4ar5" alt=""><figcaption><p>Image 1: Number Formatting Settings in Format pane</p></figcaption></figure>

## **Dynamic Format String Measure Support**

Super Filter now provides support for **dynamic format string measure** within the visual. This feature allows you to apply custom formatting conditions defined in a measure, offering greater flexibility and precision in displaying data.

{% hint style="info" %}
For more detail, check the docs on [**Dynamic Format String Measure Support**](/super-filter/tips-and-tricks/5.-dynamic-format-string-measure.md)
{% endhint %}


---

# 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.inforiver.com/super-filter/features/9.-number-formatting.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.
