Skip to main content

Blue circle with four white dots at north, south east and west. Four arrows start from the middle and point to the dots. Select Records Tool

User Role Requirements

User Role*

Tool/Feature Access

Full User

Basic User

X

*Applies to Alteryx One Professional and Enterprise Edition customers on Designer versions 2025.1+.

Use Select Records to return records and ranges of records that are specified, including discontinuous ranges of records. This tool is very useful for troubleshooting and sampling.

One Tool Example

Select Records has a One Tool Example. Visit Sample Workflows to learn how to access this and many other examples directly in Alteryx Designer.

Configure the Tool

Ranges: Enter the records or range of records to return.

  • A single digit returns only the entered row. For example, "3" returns only row 3.

  • A minus sign before a number returns row 1 through the entered row. For example, "-2" returns rows 1 and 2.

  • A range of numbers returns the rows in the range, including the entered rows. For example, "17-20" returns rows 17, 18, 19, and 20.

  • A number followed by a plus sign returns the entered row through the last row. For example, "50+" returns row 50 through the last row.

  • Any combination can be used at the same time by entering the numbers on a new line.