Filter on Date Ranges

A case worker for a technical support team needs to keep track of assigned multiple cases—and make sure they are dealt with in a timely fashion. In this workflow it can be handy to check when the case file was created and when that file was last modified.

With Nintex Apps, it's easy to create a filter that can do this using the Date Range filter. (It's also possible to filter on dates using the Select option filter type.)

Use the examples below as templates to build your own filters!

Assumptions

Note: 

The first two examples below assume a Nintex Apps page with:

  • a functioning model on an object that collects information about service cases. ( In this example, we used Salesforce's Cases object. )

  • a Table component on that model with fields for ...

    • associated account (if any), i.e. AccountID
    • Case Number and Case Type
    • Created Date and Closed Date
    • Owner ID

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

Date Range Filter/Auto-generated Conditions

Using the pre-configured Date range filter is a fast and easy way to let the user filter for dates. Select a date or datetime field and choose to have Nintex Apps automatically generate the conditions.

The goal? A filter that allows users to fill in "start date" and "end date," then filter for all records within that range. This lets the case worker look for cases that were created on a specific day, or those created within a certain week, or month—and determine if any are still pending.

image1

Date Range Filter/Builder-generated Conditions

Another way to let the support worker identify overlooked cases is to filter the date the record was created against that time it was modified. To do this, use builder-configured conditions with the Date range filter type.

The goal? A filter that limits the search to a range of time that begins with the date the record was created and ends with the last time the record was opened.

image3

Other Ways to Filter on Dates

The two previous examples use the pre-configured Date range filter type to build a filter that limited records by a date or datetime value, based on date range start and end points entered by the user.

But there's another way to filter dates, one that allows the builder a fixed set of dates from a dropdown menu. To create this type of date filter, use a Select option filter and standard date strings. To learn more, see Use Select option to Filter on Date Ranges.