Use Select option with Builder-generated Options

Unlike picklist fields, which have a defined set of values, string fields have values unique to each record—for example, the list of cities where accounts are listed. To create a filter that includes all the unique values (without displaying duplicate values) for a string field, you need to pull those values together using an aggregate model.

Let's create a model that allows users to filter sales opportunities by the city in which the opportunity is located.

The goal? A filter that allows users to select from a list of string values, in this case, the city associated with the account.

image1

Assumptions

Note: 

The example below assumes a Nintex Apps page with:

  • a functioning model on an object that collects opportunity data. ( In this example, we use Salesforce's Opportunity object ).

  • a Table component that model with fields for:

    • Name
    • associated account, i.e. AccountID
    • Amount
    • Billing City

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