December 2017
Beginner to intermediate
500 pages
12h 10m
English
Until now you've been filtering upon conditions on the values of the fields. You could also filter rows based on the row numbers. There are a couple of steps that allow us to do that. Here is a brief summary of them:
|
Step |
Description |
|
Sample rows (Statistics category) |
This step samples the rows based on a list of row numbers or row number ranges. For example, 1,5,10..20 will filter row 1, row 5, and all the rows from 10 up to 20 (10 and 20 included). |
|
Reservoir Sampling (Statistics category) |
This step allows you to sample a fixed number of rows. The step uses uniform sampling, which means that all incoming rows have an equal chance of being selected. |
|
Top / Bottom / First / Last filter ... |
Read now
Unlock full access