# CSV filter by date

**URL:** https://community.glideapps.com/t/csv-filter-by-date/67863
**Category:** Ask for Help
**Created:** [November 16, 2023, 3:25pm UTC](https://community.glideapps.com/t/csv-filter-by-date/67863 "2023-11-16T15:25:38Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![MattGlides](https://avatars.discourse-cdn.com/v4/letter/m/53a042/32.png) [@MattGlides](https://community.glideapps.com/u/MattGlides)
#### Post date: [November 16, 2023, 3:25pm UTC](https://community.glideapps.com/t/csv-filter-by-date/67863/1 "2023-11-16T15:25:38Z")

</div>

I am using the new CSV integration, it is currently pulling all my data from the Transactions table successfully. Now I have a Customers table that pulls the relations from Transactions, so a customer can see their specific transactions and get a CSV file for them. However I want to give them the option to filter it by date so they only see transactions between specific dates, how would I do this?

tdlr; on user interface customers can see their transactions and get a csv file, I want them to have the option to choose a start and end date and get a csv file of transactions between those dates.

---

<div class="post-metadata">

### Author: ![Hassan\_Nadeem](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/hassan_nadeem/32/72956_2.png) [@Hassan\_Nadeem](https://community.glideapps.com/u/Hassan_Nadeem)
#### Post date: [November 16, 2023, 3:44pm UTC](https://community.glideapps.com/t/csv-filter-by-date/67863/2 "2023-11-16T15:44:50Z")

</div>

Create a Date From and Date To column and then based on that create a Query Column.

Then generate a CSV by making that Query Table as the source

---

<div class="post-metadata">

### Author: ![MattGlides](https://avatars.discourse-cdn.com/v4/letter/m/53a042/32.png) [@MattGlides](https://community.glideapps.com/u/MattGlides)
#### Post date: [November 16, 2023, 3:50pm UTC](https://community.glideapps.com/t/csv-filter-by-date/67863/3 "2023-11-16T15:50:37Z")

</div>

Nvm I got it, thank you so much

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [November 23, 2023, 3:50pm UTC](https://community.glideapps.com/t/csv-filter-by-date/67863/4 "2023-11-23T15:50:42Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
