# Adding a Chart View

&#x20;

* To add a Chart View, navigate to your App and go to “Data Views” as shown below :
* Click on “+ New View” to add a new chart view :
* Follow below steps to setup your new chart view :

1. Add a name for the view
2. Select at least one chart view display type for your view (you can select more than one chart to display)
3. (Optional) Select the columns you want to display (only applicable for display type List View)
4. (Optional) Select Grouping if you want to group your records by a particular field
5. (Optional) Select Sorting for your records
6. (Optional) Select Filters to filter out any records which match certain criteria(s)
7. Click “Save” to save your new view.

* Mandatory additional Setup for chart view :

1. Once you have created the chart view, go to the newly created view and select any of the charts from the chart icons on the right hand side
2. Then click on “setting” icon and click “View Settings”
3. Define the X-axis and Y-axis label and column settings and click “Submit”


---

# 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.workdigital.io/custom-database-apps/views/adding-a-chart-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.
