> For the complete documentation index, see [llms.txt](https://docs.qore.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qore.dev/getting-started/qorebase/view-insight.md).

# View Insight

View Insight merupakan fitur yang digunakan untuk melakukan agregasi view yang ada.

Untuk melakukan hal tersebut, dapat dilakukan dengan menekan tombol "+" pada relasi data yang telah dibuat. Lalu akan muncul beberapa opsi seperti Grid View, Insight View, dan Event Trigger.

![](/files/8RuLX5owjNz4jKcDt3ZV)

Tampilan Insight view seperti berikut dengan tiga kolom seperti View Name, Data Type, Aggregates.&#x20;

![](/files/Fm1QO4nf4qTmFDzCyvSJ)

Anda dapat memberika nama View pada kolom view\_name dan mengisi sesuai dengan nama yang diinginkan.

![](/files/V3A6G17YnaollAqwPAVx)

Setelah itu, Anda dapat melakukan penentuan Data Type baik dengan Group By berdasarkan dengan parameter tertentu, maupun dengan Timeseries berdasarkan waktu timeline tertentu.

![](/files/uhIsXy3MhcveqkMJlhaL)

Jika memilih Group By, maka Anda dapat memilih fields yang sesuai Anda inginkan

![](/files/k5OD7yZrm7ZlAjxWV7j7)

Jika Anda memilih Timeserries, maka Anda dapat memilih Filed beserta Interval waktu yang diinginkan.

![](/files/Xtwb6hptfAp2oqi1zUYo)

Lalu, Anda dapat mengisi Aggregates dengan mengisi logic agregasi yang Anda inginkan, seperti Absolute, Average, Ceiling, Count, Day, Duration, dll.

![](/files/daQAoxmDpTJ7ct6Dtqeo)

Jika Anda ingin menambahkan agregasi lain, Anda dapat mengklik tombol Add another aggregate

![](/files/jgV8L1AQ7oL3bXNmZUWF)

Jika sudah, Anda dapat membuatnya dengan menekan tombol Create.

![](/files/CvonHdkyrjhggK8j9vOu)


---

# 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.qore.dev/getting-started/qorebase/view-insight.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.
