Filters
Use conditional operators to filter arrays: >
, <
, >=
, <=
, =
, !=
.
Filters example with numbers
Filters should be the same on the ith+1
marker and all other markers if you want to keep only matching rows. Use an Alias to simplify report maintenance.
Data
People |
---|
|
|
Filter example with strings
Filter with strings as shown in the example below.
Data
People |
---|
|
|
Filter with the iterator index
Filter the loop index as shown in the example below.
Data
People |
---|
|
|
Last updated