Use Multi-select Text fields

Prev Next

Multi-select Text fields allow you to choose multiple text values for a single field, for example, locations for a project, areas of a product to demo, or events someone might attend at a conference.

Multi-select Text field showing the dropdown open in edit mode on a form

Multi-select Text field when editing a record.

Multi-select Text field showing selected values in view mode on a form

Values in a Multi-select Text field when viewing a record.

Enter and edit data in Multi-select Text fields

Select the arrow on the right side of the field to display the dropdown. Search for a particular value in the dropdown, or scroll to find the value you're looking for. Searching within the field narrows the list of values to ones containing your search term. Select the checkbox next to a value to put it in the field. (Deselect the checkbox next to a value to remove it from the field.)

You can select up to 20 values for a single field.

The dropdown is also available from grid edit mode.

Multi-select Text field dropdown open in grid edit mode

Add a choice

If a Multi-select Text field has been configured to allow new choices, there will be an <Add New Choice...> entry at the bottom of the list of choices in the dropdown.

To add a new choice to the field, select <Add New Choice...>. Enter the new value in the dialog that appears, and select OK. The new value is added to the dropdown and selected for this field.

Orphaned choices

If a value appears in red on a table report or in the Multi-select Text dropdown, it has been orphaned. An orphaned choice was once a valid value in the dropdown, and someone chose that value in a record. Afterward an app admin removed it from the list of choices, so it was no longer a valid value. In the example below, Walpole is an orphaned choice. It only appears in the dropdown when editing records where it was previously selected as a value, and Quickbase makes its orphaned status visually distinct.

Table report showing an orphaned choice highlighted in red

Orphaned choice shown in a table report.

Multi-select Text field dropdown showing an orphaned choice in red

Orphaned choice shown on a form.

Import data

To import data into a table containing a Multi-select Text field, first obtain or construct the data to be imported. Check your data values for the Multi-select Text field to make sure that:

  • Values are text only. No HTML or other markup is allowed.

  • Values for a single field are separated using semi-colons (;). If your data contains semi-colons, they must be escaped. If you're importing a spreadsheet, values for each field should appear in a single cell.

  • Values for each record are on a single line (or in a single row if you're importing a spreadsheet).

An example of data that is valid for import appears below:

Abington; Hanover; Methuen; Walpole

Export data

If you export data from an app that contains Multi-select Text fields, you'll see that Quickbase exports the list of values separated by semi-colons.

The example below shows you how an export of a record containing a Multi-select Text field called Active Locations might look:

Company,Contact Name,Project Name,Active Locations,Project Manager,Priority,Status,Start Date,# Tasks,# Messages,# Documents

Northeast Craft Air,Henry Beland,Deploy Document Management,North Adams;Pittsfield;Sturbridge,Gregory Baxter <1004.bfc9>,Medium,In-Progress,09-08-2015,8,1,0

When you print a report with records containing a Multi-select Text field, you'll see that the values are separated by semi-colons. See the Active Locations column in the image.

Printed report showing Multi-select Text field values separated by semi-colons in the Active Locations column