Feb 16th, 2012, 11:16 AM
Any report on this issue? I too am seeing the "Select date range" list display with no options in it? This is true even for forms with more than 100 records. However I have some forms that it works on? In every case I am using the system generated date_submitted field...
(Jul 28th, 2010, 8:58 PM)Ben Wrote: Hi omardhillon,
Sorry you're having trouble!
Try just logging out and in again. The values for that dropdown are stored in sessions when you first log in. This is because it's rather time-consuming figuring out what values should be in that dropdown. If, for example, your form has a single submission from today - having options to search by the last month and year aren't that relevant. As such, it (should!) just compile a list of options that are relevant to your form.
- Ben
[EDIT]: this looks like it may be a bug: I could reproduce the problem on my installation too. Rats! Okay, I'll do some investigation.