> 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+/5.-tables/5.1.-tables-getting-started.md).

# 5.1. Tables - getting started

We've already talked about Inforiver's powerful data table. In this section, we'll get down to business and build a responsive, intuitive data table in under a few minutes. Let's begin by switching to table mode and adding dimensions and measures.

1. Analytics+ automatically adds measures to the comparison data wells based on the order of the measures: the first measure parameter is assigned to Actuals(AC), the second is assigned to Prior period (PY), the third is assigned to Plan (PL), the fourth is assigned to Forecast (FC) and subsequent measures are assigned to the AC bucket. You can drag and reorder the measures as required in the pivot data window.

<figure><img src="/files/pNRxPzKUrokYhMnsp2BR" alt=""><figcaption><p>Assigning measures in table mode</p></figcaption></figure>

2. Analytics+ applies TopN ranking and displays only the top 4 categories- let's display all the product categories in our report.

<figure><img src="/files/xFxg25tRSrY71rAnZHnW" alt=""><figcaption><p>TopN ranking</p></figcaption></figure>

3. Inforiver enables you to change the look and feel of your reports using a range of built-in themes. We'll switch to the xViz theme.

<figure><img src="/files/jZUptQWjxOSfca4LdeRe" alt=""><figcaption><p>Changing the theme</p></figcaption></figure>

4\. Now comes the part that we have been waiting for - the small multiples table. All you need to do is add a dimension to the Small Multiples parameter and voila - you have a trellis!

<figure><img src="/files/6OmFDKSBGCHCJH0Kk732" alt=""><figcaption><p>Creating a small multiples table</p></figcaption></figure>

5\. You can visualize your tabular data by embedding charts. We can insert an inline lollipop chart just by selecting the measure and choosing the chart.

<figure><img src="/files/j66RGvqvgXgIXG3cbmyN" alt=""><figcaption><p>Inserting charts</p></figcaption></figure>

6. Not just charts - you can add KPI metrics for data tables as well. Just click on the KPI icon to display the KPIs for each panel.

<figure><img src="/files/89UQrPVEB5y4C1gYeW1u" alt=""><figcaption><p>Adding KPIs</p></figcaption></figure>

In the next sections, we'll take a detailed look at all the configuration and analytics options provided by Inforiver.


---

# 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+/5.-tables/5.1.-tables-getting-started.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.
