Is there a way to put a form together that will allow you to extract data between selected dates and download it as a CSV form?
I am aware of the CSV action, just not sure how to put the dates together.
ie 01/02/2018 - 15/02/2018
The form will have a specific date entered.
ie 01/02/2018 - 15/02/2018
The form will have a specific date entered.
In your db read where conditions
date/>=:{data:minDate}
date/<=:{data:maxDate}
date/>=:{data:minDate}
date/<=:{data:maxDate}
This topic is locked and no more replies can be posted.