# Reporting & Data Export

**URL:** https://community.glideapps.com/t/reporting-data-export/78809
**Category:** Ask for Help
**Created:** [December 26, 2024, 11:09pm UTC](https://community.glideapps.com/t/reporting-data-export/78809 "2024-12-26T23:09:15Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![tschollmeyer](https://avatars.discourse-cdn.com/v4/letter/t/9de0a6/32.png) [@tschollmeyer](https://community.glideapps.com/u/tschollmeyer)
#### Post date: [December 26, 2024, 11:09pm UTC](https://community.glideapps.com/t/reporting-data-export/78809/1 "2024-12-26T23:09:15Z")

</div>

I am doing a little research on this product and have a few quick questions:

- Is there any kind a custom (from the user perspective) reporting
  - Meaning rather than a developer creating a custom report for a user in the app we develop but a tool that we can put into our app that allows customers to select columns, filters, grouping, create graphs, etc.

- Is there a tool (or way) that can export data to a file such as CSV, Excel, etc?

Thanks for the help,  
Tom

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [December 26, 2024, 11:20pm UTC](https://community.glideapps.com/t/reporting-data-export/78809/2 "2024-12-26T23:20:38Z")

</div>

> [@tschollmeyer](#):
>
> Meaning rather than a developer creating a custom report for a user in the app we develop but a tool that we can put into our app that allows customers to select columns, filters, grouping, create graphs, etc.

Yes. You have to design it yourself, and if you want PDFs, it may involve 3rd party PDF creators, but it’s possible!

> [@tschollmeyer](#):
>
> export data to a file such as CSV

Yes, Glide comes with an Export CSV action:

> **[CSV Integration | Glide](https://www.glideapps.com/integrations/generate-csv)**
>
> Generate a CSV file from a row, a table, or a relation

Let us know if you need any assistance!

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [December 27, 2024, 12:45am UTC](https://community.glideapps.com/t/reporting-data-export/78809/3 "2024-12-27T00:45:39Z")

</div>

> [@tschollmeyer](#):
>
> Meaning rather than a developer creating a custom report for a user in the app we develop but a tool that we can put into our app that allows customers to select columns, filters, grouping, create graphs, etc.

Might be complex with selecting columns, you would have to build a front end that allows users to select columns, then I assume you want graphs and CSVs from those columns only?

---

<div class="post-metadata">

### Author: ![tschollmeyer](https://avatars.discourse-cdn.com/v4/letter/t/9de0a6/32.png) [@tschollmeyer](https://community.glideapps.com/u/tschollmeyer)
#### Post date: [December 27, 2024, 1:38am UTC](https://community.glideapps.com/t/reporting-data-export/78809/4 "2024-12-27T01:38:22Z")

</div>

Yep, probably need some third party reporting tool in this case.
