Back to: Index of transforms
Transforms in this section filter a transform table based on column values. Learn more about how to search for and add a transformation.
Keep or remove transform table rows that match any or all conditions based on column values and data in your analysis.
Conditions can be defined either using formulas or a visual editor. To add a condition, select + Add filter.
To configure a condition, select a column. Supported columns types are string, date, number, and Boolean.
Once a column is selected, select the comparison operator to configure the condition. Each column type offers a different set of comparison operators:
The image below shows a condition configuration for a greater than
comparison operator, comparing a number column "Ground Elevation" with the average value of that column computed by a numeric aggregation.
To configure a condition, specify a formula returning a Boolean (true/false). The formulas can take columns as input, referencing them with @
(for example,@column > 0
). You can also use data in your analysis referencing their global identifiers $XY
(for example, @column > $A
where $A
is a numeric parameter in your analysis).
Note that string types are not supported in formulas. To filter on string column type, use the visual editor.
The image below shows the same condition as the one configured above using the visual editor, but is alternatively using a formula. It uses the greater than
comparison operator, comparing a number column "Ground Elevation" called groundelev
with the average value of that column computed by a numeric aggregation with a global identifier $O
.