# Dimension format

This section describes the formatting options available for dimensions in Finance Tables.

### **Dimension style**

* **Text:** Display the value as regular text.
* **Image:** Display the value as an image.\\
  * The following options are available:
    * **Maximum image width (px):** Set the maximum width of the image.
    * **Maximum image height (px):** Set the maximum height of the image.
  * Enable **auto row height based on the contents of the cells** in the Appearance tab if you want to display larger images more cleanly.
* **HTML:** Render the value as HTML.
* **Markdown:** Render the value as Markdown.

### **Replace null values**

* **Replace null values:** Define which value should be shown when the original value is null or empty.

### **Column layout**

The following layout settings are also available for dimensions:

* **Default aggregation when grouping:** Define how the dimension should aggregate when grouping is applied.
* **Column alignment:** Set the alignment of the cell values.
* **Column header alignment:** Set the alignment of the column header.
* **Header tooltip:** Define a tooltip for the column header.


---

# 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.infotopics.com/finance-tables/configuration/configuration-screen/data-tab/dimensions/dimension-format.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.
