# Dimension Properties

### Styles

Set the individual style of the Header and the Values in the table.

<figure><img src="/files/69m3UsmtpgzDswBalWuF" alt=""><figcaption></figcaption></figure>

### Hide column in sidebar

Sometimes you want to use columns in a calculation but not show them in the SuperTable. Enable the "Hide column in sidebar" option if you wish to hide the column from the sidebar so users cannot enable this column.

<figure><img src="/files/sjGgkPz3BOFOEFUsgUpZ" alt=""><figcaption><p>Hiding a column in the sidebar</p></figcaption></figure>

### Hide header name

Enabling the "Hide header name" option this will remove the column header from the SuperTable view.

<figure><img src="/files/NjK0lpiC1yNuj5gyh1rg" alt=""><figcaption><p>Hiding a header name</p></figcaption></figure>

### Hide inline filter

Hide the filter option for a specific dimension in the Supertables views. You see in our example it’s not possible to filter on Order ID but possible on Product Name.&#x20;

<figure><img src="/files/9NILfdJyoNTcXwbgCa1U" alt=""><figcaption><p>Hiding inline filters</p></figcaption></figure>

### Hide grand total

Hide the column total value. For instance you want to show the Sales total but not the quantity total in the total row of a grouped SuperTable, hide the total from your quantity column.&#x20;

### Show aggregated value when grouping

When grouping a dimension show the aggregated value of the members in the group. Decide what the default aggregation should be which includes Count and now CountD!

<figure><img src="https://appsfortableau.infotopics.com/wp-content/uploads/2022/09/SuperTables-Show-Aggregated-Value.gif" alt=""><figcaption></figcaption></figure>

### User can change aggregation method while grouping

<figure><img src="/files/EqMVQwkiSvao6BIDFeaO" alt=""><figcaption></figcaption></figure>

### Alignment

Choose the alignment of the text within your SuperTables view, as well as the header of the specific column.

### Header Tooltip

Change the tooltip of your selected dimension. By default, it will show the dimension name. This tooltip is for the column header only.

<figure><img src="/files/YaXCTLfInBFWwSStbS2s" alt=""><figcaption><p>Setting a custom header tooltip</p></figcaption></figure>

<figure><img src="/files/53ggHmJofIbmNSgosFZo" alt=""><figcaption><p>The custom header tooltip</p></figcaption></figure>

### Filter Style

***Multiple Values** (list)* – A dropdown to be able to show or hide values. The dropdown will contain all the values of the dimension.&#x20;

***Wildcard Match*** – The column will show a search bar for this column to be used as an inline filter.&#x20;

***Both -*** Both styles are applied.

<figure><img src="/files/PEefXd0FbMrBPZVBWFty" alt=""><figcaption><p>Filter style</p></figcaption></figure>

### URL Action

Entering a URL will allow users to click any cell in this column to open a new tab in their web browser. You can refer to any other value from the same row of data by wrapping the field name with angle brackets. You can of course also use a dynamically calculated field that contains a dynamic URL based on the content of that specific row of data. With this, you can set URL parameters to open a dashboard that has already been filtered on specific column values in your selection.&#x20;

<figure><img src="/files/CmJLbzKOoYuDcwItoj5x" alt=""><figcaption></figcaption></figure>

### Conditional color formatting

<figure><img src="/files/4W9pYZqHh9P9p3cseKAT" alt=""><figcaption></figcaption></figure>

#### Color style

With this option, you can set conditional formatting. There are three options for conditional formatting:&#x20;

1. Change the font color of the cell&#x20;
2. Change the background color of the cell&#x20;
3. Change the background color of the entire row&#x20;

#### Background color

Use **Background color** to color rows based on specific dimension values.

To configure this:

1. Open **Format Extension**
2. Go to the **Data** tab
3. Select the relevant **dimension**
4. Scroll down to **Background color**
5. Define the value and the color you want to apply
6. Enable **Use color as background color of entire row** if the color should be applied to the full row instead of only the selected cell

This setting can be used when you want specific values in a dimension to drive row-level highlighting.

<figure><img src="/files/tG5VtpW8F6BqjpIkxfDq" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Please note that you cannot configure colors for a dimension with more than 50 members. &#x20;
{% 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.infotopics.com/supertables/configuration/configuration-screen/data-tab/dimension-data-pane/dimension-properties.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.
