DNNCommunity / DNN.FormAndList

Design your own table complete with field types, validation and custom user permissions.
MIT License
28 stars 20 forks source link

Add option to export data between two dates #100

Closed ufoloko closed 5 months ago

ufoloko commented 2 years ago

Actually, module allows to export all form records in CSV format.

It should be nice to have an option, that allows to export records between two dates.

Im thinking about to add that option into module for a pull request but I would like to analyze if procedure to retrieve data between two dates is good or maybe can generate some issue or problem in query.

GetRows2.txt

If somebody can check Procedure, i will add the option for push request.