Is it possible to export entries from past month ? For example i have to make monthly report and so export entries from contour.
At the moment when using the Form Export Pop up (csv), i get all the reviews which is an equivalent of 3000 entires.
Did tried to make use of the filtering et all records from the last Month, but here again another issue where i can only get a limit of 100 entries when making use of the show number of entries.
Exporting entries from contour
Hi ,
Is it possible to export entries from past month ? For example i have to make monthly report and so export entries from contour.
At the moment when using the Form Export Pop up (csv), i get all the reviews which is an equivalent of 3000 entires.
Did tried to make use of the filtering et all records from the last Month, but here again another issue where i can only get a limit of 100 entries when making use of the show number of entries.
Any suggestions how i can get this working ?
//Fuji
Comment author was deleted
USe the export all, at the left top (opens a dialog)
Hi Tim,
I did that but its giving me all 3000 entries. I only want to be able to export only entries from the past month.
Comment author was deleted
Filter in excell then :)
:(
Comment author was deleted
Or think you can also update the table js to add 5000 option
Comment author was deleted
Just trying to see where it fetches those from
Comment author was deleted
Ok so it's using the jquery datatables default @default [ 10, 25, 50, 100 ]
Just update that on the editFormEntries.aspx page
Comment author was deleted
But again just export all and then look for latest date and remove the other entries will be much faster :)
I will try one of those in any case !! :P
is working on a reply...