# Adding a New Table View

In any tracker, you can easily create a new table. The new table can display the information you want or need. Best of all, it doesn't impact the main tracker view.&#x20;

![](/files/QYcLCYW6tRRZkAxXRbmr)

Click on **Create New Table** from the Tracker Tools dropdown menu to access the **Create New Table** pop-up menu. For this example, we will be creating a table view with only the Unpaid Invoices from our expense tracker.

<img src="/files/Glg5x6RlexHDqSNrSADg" alt="" width="563">

***

### Name and Description

Provide a **Name** for the new table. This must be 150 characters or fewer. Provide a short **Description.** This must be 500 characters or fewer.

To proceed, click on **Next**.

![](/files/feks55kkd8B2DsruDXJp)

***

### Setup Columns

Select which columns you want to **Show or Hide**. Hiding columns will only hide them for this table view. The data will still be visible in the Primary Table.&#x20;

To proceed, click on **Next.** To makes changes to the previous slide, click on **Previous**.

<img src="/files/STzHxlf1EsbbDqf08nhh" alt="" width="563">

***

### Setup Rows

This **optional** step allows you to select any **Filters** you wish to apply to the data. Filtering the data further customizes exactly what is visible on the table. For the purpose of the example, we only want to see unpaid invoices so we choose the column "Invoice Status" and make sure the data we are pulling "Is One of" the choices "Unpaid".

**Default Sort By:** Select how the data will be sorted in the table. For example, we have chosen to sort our Unpaid Invoice entries by date, oldest to newest, to make sure we see the oldest unpaid invoices at the top of the tracker.

**Default Group By (Unique By):** This allows you to see the most recent entry for each unique value within a single column. For example, we want to see the most recent entries for both of the Invoice Status options: "Unpaid" and Paid"

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

But for the overall example, we will leave the Default Group By (Unique By) filter blank.

To create the table, click on **Create**. To makes changes to the previous settings, click on **Previous**

We are ready to use our new table view:

![](/files/qXXkrgqHFCXTdPnkkBxN)


---

# 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://guides.mangoapps.com/user-guide/trackers/adding-a-new-table-view.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.
