Extract a Subtable
Extracts a table from an existing table.
Overview
This procedure helps you create a new table from an existing one by choosing which columns and rows to keep or remove. You can include or exclude specific columns and filter rows using selection formulas.
Input Concepts
table
table
The original table from which the new table will be extracted.
No default
Yes
included columns
list of strings
Columns to include in the new table.
All
No
excluded columns
list of strings
Columns to exclude from the new table.
None
No
included row selection formula
string
Formula to select rows to include.
-
No
excluded row selection formula
string
Formula to select rows to exclude.
-
No
Output Concepts
table
The extracted table
Examples
For the example below, consider the following table
:
Apple
Red
Sweet
Banana
Yellow
Sweet
Lemon
Yellow
Sour
Last updated
Was this helpful?