# Drill-down or Reference Charts

***

Reference Charts in **Infinity** allow you to implement **Drilldown** functionality seamlessly. They create an interactive link between a **Source Vector** and a **Target Vector** or **Storyboard**, enabling deeper exploration of your data.

* **Source**: The originating Vector.
* **Target**: The destination Vector or Storyboard.

You can connect multiple Targets to a single Source by mapping Variables correctly. Ensure that all required Variables expected by the Target are provided by the Source.

***

### How to Create Reference Charts

1. **Open the Advanced Editor**\
   Navigate to the Advanced Editor where you manage Vector configurations.
2.

```
<figure><img src="https://2441185785-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeTNY9XuZbora2UmeM4sm%2Fuploads%2FfC99TuDn6M6jrlmb3x6D%2Fimage-20250325-123836.png?alt=media&#x26;token=5c985ab6-0869-455a-a326-ec9dbb5c2bf6" alt=""><figcaption></figcaption></figure>
```

3. **Go to the References Tab**\
   Click on the **References** tab and select **Add New**.
4.

```
<figure><img src="https://2441185785-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeTNY9XuZbora2UmeM4sm%2Fuploads%2FnVPEAgM6miqxnpneSlxx%2Fimage-20250325-124212.png?alt=media&#x26;token=18f9bf97-8d40-4dbb-ab1e-6a3e47e0dbf8" alt=""><figcaption></figcaption></figure>
```

5. **Configure the Reference**
   * **Type**:
     * **Insight**: Choose this if the Target is a Vector.
     * **Storyboard**: Choose this if the Target is a Storyboard.
   * **Name**:\
     Select the Target Vector or Storyboard from the dropdown list.
   * **Variables List**:\
     This list displays the variables expected by the Target. For example, "Quarter" might be a variable for the Target Vector **Sales Details by Quarter**.
   * **Variable Mapping**:\
     For each Target variable, choose one of the following from the Source:
     * **Dimensions and Metrics** available in the Source Vector
     * **Existing Variables** used in the Source Vector
     * **Pivot Columns** (Header) if applicable
     * **Custom Value** (Static value manually entered)
6.

```
<figure><img src="https://2441185785-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeTNY9XuZbora2UmeM4sm%2Fuploads%2FXlPJrhLfYsUDVq2xlxud%2Fimage-20250325-124042.png?alt=media&#x26;token=f65b4be7-e08b-473a-9a7e-bb22e2a54144" alt=""><figcaption></figcaption></figure>
```

```
<figure><img src="https://2441185785-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeTNY9XuZbora2UmeM4sm%2Fuploads%2FZ0FGa0p9sxMxaUNhTITk%2Fimage-20250325-124148.png?alt=media&#x26;token=dc3c9f86-5271-41e8-af16-9383284ecd94" alt=""><figcaption></figcaption></figure>
```

7\. **Choose Location for Opening Target**

* **New Tab**: Opens the Target in a new browser tab.
* **Same Tab**: Opens the Target in the same browser tab.
* **Frame**: Opens the Target in a popup window.

***

By using Reference Charts, you empower users to navigate across related insights intuitively, creating a connected and dynamic analytic experience.

***

Would you also like me to create a quick diagram showing how the Source and Target vectors are linked through variables? It could make the concept even clearer! 🚀


---

# 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.getinfinity.app/user-guide/comprehensive-user-guide/12.-advanced-topics/drill-down-or-reference-charts.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.
