# Visualizations

After adding the dimension and measures to the “Data” section, you are ready to start building a new visualization template.

![](/files/-LbNJ5i7RPIqd2lkBTcv)

Hit “New” button <img src="/files/-LbNJNtpdg45iUR7iXhG" alt="" data-size="original">  to add a new visualization template. A new template will be created and the “Visualization” section of the properties panel should contain two items.

![](/files/-LbNJZnJur_gvgpSvVoW)

Both visualizations are called “New visualization”. You can change the titles for each of item. Expand the first item of the “Visualizations” section of properties panel and change the title to “KPIs”, expand the second one and change it to “Details”.

You can easily switch between visualization templates using special button  <img src="/files/-LbNKhmsG0oG0VK91Bsw" alt="" data-size="original">in the top left corner of the component.

![](/files/-LbNKUg8pI_y7KpfzZrB)

{% hint style="info" %}
Switching between visualization templates you also switch between hypercube’s definitions. “Data”, “Sorting” and “Add-ons” sections of the properties panel can be used to change the properties of the currently active hypercube
{% endhint %}

Open “Data” section and try to switch between visualizations. So, when you switch between visualizations, data panel will contain dimensions and measures for currently active visualization.

You should get back to “Details” template. Add 2 columns and 3 rows to it.&#x20;

We are going to build a simple table view. Drag and drop data items from “Dimensions / Measures” panel to the template as it is shown in the figure below.

![](/files/-LbNd79uEyfcPwjJw1gF)

Open “Preview” tab to see what you have.

![](/files/-LbNdpd-S1TvtMMOPckQ)

Return to the edit mode by clicking “Details” tab.&#x20;

Building table-like views in such a way, we need to specify which row/rows is/are details rows of the current template. For that purpose, open “Tags” panel by clicking "Tags" <img src="/files/-LbNecCCZUar31n7j3JJ" alt="" data-size="original">  toolbar button on the panel “Data” of the editor toolbar.&#x20;

![](/files/-LbNevTgrG6ZlVuo83y5)

Select the second row clicking on the cell with row number “2” and then click on the “Rows” tag.

![](/files/-LbNfLAxy2puAd3XnMJU)

You should get a layout as it is shown in the figure below.

![](/files/-LbNfp8KZyFc4KKuv44u)

Open “Preview” tab to see what you get now.

![](/files/-LbNg-YgZqfx6RUtAWrp)

You can suppress null value for the used dimension “Dim1”. Open “Data” section, expand “Dim1” and uncheck “Include null values” parameter. That’s it for now.


---

# 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://help.rbcgrp.com/getting-started-tutorial/drill-down.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.
