Can I filter my entries by date?

Absolutely! When dealing with a lot of entries, you can use the Sort and Filter options on the Entries page to bucket your entry views by date, name, or other criteria. For example, you can create an entry view that will only display entries from the last month.

To filter entries by date:

  1. Go to your form’s Entries page.

  2. Select the Filter option and select Advanced Filter.
    Use the Filter option and add an Advanced filter.

  3. Use the Advanced Editor to add the following calculation: =Entry.DateSubmitted > DateTime.Today.AddDays(-30)

  4. Make sure to click the Save button to save the filtered view, and set it as your default view. This view will only display entries submitted in the 30 days. Similarly, create an entry view for each of the filters that you regularly use.

Learn more about managing entries in our help guide.