Use Select option to Filter on a Number Range

In Filter on Numeric Ranges, the examples used the pre-configured Numeric range filter type to limit records. Using the Select option filter type--even though we are working with numbers —to create a filter drop-down lets you present specific numeric ranges (which are controlled by different model conditions).

Image a sales manager who wants a filter that limits output to a fixed set of opportunity value ranges, for example, leads within the following ranges:

  • $1,000 to $10,000
  • $10,001 to $100,000
  • $100,001 to $150,000

When using the Numeric range filter type, the manager will have to manually enter these ranges. , create the ranges using the Select option filter type.

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

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 Closed Date
    • Owner ID

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