> 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/faq/how-to-filter-data-on-table-view/save-configuration-filter-on-table-view.md).

# Save configuration filter on table/view

Pada step sebelumnya kita telah mengetahui bagaimana cara memfilter data table [Broken mention](broken://pages/a9SlfTY3gAMLEliT42qD), kemudian pada tutorial kali ini kita akan membahas bagaimana menyimpan setting filter tersebut. Ketika setting filter disimpan maka akan digenerate sebagai grid view atau bentuk lain dari table tersebut.\
\
Ikuti step step berikut ini untuk menyimpan setting filter

1\. Setelah melakukan step dan step di tutorial sebelumnya [Broken mention](broken://pages/a9SlfTY3gAMLEliT42qD), kita dapat menyimpan filter setting tersebut dengan klik button Save to new view.<br>

![](/files/S14cocsmAfTAd5LgBWBF)

2\. Kemudian akan muncul pesan konfirmasi untuk membuat view baru, klik button Save modification as a new view.

![](/files/hr7GEXyfrdyjMvnzV6et)

3\. Tentukan nama view baru yang akan berisi setting filter. Lalu klik button create.<br>

![](/files/fK7iLyyTvv4IVRh7bS7A)

4\. Jika berhasil maka akan muncul view baru yang menjadi table child dari table request pinjaman.

![](/files/VI14pKS0gzI1YknSLd2b)

5\. Apabila nantinya terdapat perubahan filter setting, kita dapat mengupdate perubahannya dengan klik button save view config.

![](/files/AcJxdBvIFwZTzpKnSDOy)

Data di grid view tersebut juga akan terupdate sesuai dengan setting filter yang baru.

![](/files/zyc5UssNa7UM03DILKdp)


---

# 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/faq/how-to-filter-data-on-table-view/save-configuration-filter-on-table-view.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.
