Links

Skip Records

When you enter a Skip formula, you can filter records by Skip as well as identify the source column for each Skip you created in the mapping section.

Formula

=skip()

Description

Skips the given row.

Arguments

Argument
Required (Y/N)
Description
N/A
N/A
N/A

Examples

Example 1:
= if(equals($"Cost", 0), skip(), $"Cost") = [skips row OR lists cost]
Skipping a row means the row will not be included in the output.
Here is the Skip Feature in action.
Osmos Skip Feature