Use Select option to Filter on Date Ranges

In Filter on Date Ranges, the examples uses the pre-configured Date range filter type limit records. But there's another way to filter dates, one that allows the builder a fixed set of dates from a dropdown menu.

For example, what if a manager of the tech support team wanted to filter cases by the last time they were modified—that is, the last time anyone on the team worked with the case—based on a set of parameters:

  • Worked on today
  • Worked on this week
  • Worked on during the last week
  • Worked on sometime this month

To create this type of date filter, use a Select option filter and standard date strings.

The goal? A filter that allows the user to select from a drop down of pre-selected date options.

image1

Assumptions

Note: 

The example below assumes a Nintex Apps page with:

  • a functioning model on an object that collects information about potential leads (In this example, we used Salesforce's Opportunity object).

  • a table on that model with fields for ...

    • Name (of lead)
    • associated account (if any): AccountID
    • Amount
    • Created Date and Last Modified Date
    • Owner ID

If using a different connection, the field names indicated may be different.