CSV filter by date

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.

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

1 Like

Nvm I got it, thank you so much

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