> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/analytics+/working-with-analytics+/14.-working-with-hierarchies/unbalanced-hierarchies.md).

# Unbalanced hierarchies

In real-life business scenarios, not all hierarchies are balanced and symmetrical. You can suppress blank category rows when you have unbalanced hierarchies where the number of levels is uneven. Enable the **Ragged hierarchy** toggle to hide blank rows.&#x20;

## 1. Ragged hierarchy for charts

The ragged hierarchy option is available in the Display settings > Axis tab in chart mode.&#x20;

<figure><img src="/files/9KimlsBaATB2OlefaABy" alt=""><figcaption><p>Blank rows displayed when ragged hierarchy is disabled</p></figcaption></figure>

Blank rows are suppressed when this option is enabled.

<figure><img src="/files/Go49UFNPpWvCUyTUkV8g" alt=""><figcaption><p>Blank categories suppressed when ragged hierarchy is enabled</p></figcaption></figure>

## 2. Ragged hierarchy for cards

The ragged hierarchy option is available in the Display settings > Axis tab in card mode.

<figure><img src="/files/HeDcmNrr7TSmCR2szdrm" alt=""><figcaption><p>Blank categories displayed when ragged hierarchy is disabled</p></figcaption></figure>

Blank rows are suppressed when this option is enabled.

<figure><img src="/files/baqj5C6oub2XlHQSCkxR" alt=""><figcaption><p>Blank categories hidden when ragged hierachy is enabled</p></figcaption></figure>

## 3. Ragged hierarchy for tables

The ragged hierarchy option is available in the Display settings> Canvas tab in table mode.

<figure><img src="/files/ASiY3q5PSZWGTYasIreJ" alt=""><figcaption><p>'''''''''''''<br>Blank categories are displayed when the ragged hierarchy is disabled</p></figcaption></figure>

Blank rows are suppressed when this option is enabled.

<figure><img src="/files/GIoem15D6SH5apA0rmzd" alt=""><figcaption><p>Blank categories suppressed when ragged hierarchy is enabled</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.inforiver.com/analytics+/working-with-analytics+/14.-working-with-hierarchies/unbalanced-hierarchies.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
