Select Rows

Block Group: Table Operations
Icon: Select Rows block icon

The Select Rows block returns a table that contains only the specified rows from the input table.

For information on using dataflow blocks, see Dataflow.

For answers to some common questions about working with tables, see Tables.


Input/Output Properties

The following properties of the Select Rows block can take input and give output.

  • input (table)
  • indexes (string)

input receives the table from which you want to select rows.

indexes specifies the rows in the input table to select, as comma-separated values.


Output Property

The following property of the Select Rows block can give output but cannot take input.

  • output (table)

output returns a new table. It contains only the rows at the specified indexes.


Example

The following image shows an example of the Select Rows block. In this example, the output table contains only rows 1, 3, and 5 from the input table.

Select Rows block example