Skip to main content

Filtering and Sorting

All of the loop functions have a Filter argument that takes a single Boolean expression. This can be used to provide any criteria for filtering the loop. To extract only a single instance of a loop by index value, use the SingleIndex function.

Sorting is done using the Sort argument. The Sort argument takes a variable number of AscendingSort and DescendingSort functions. Each of these functions takes a value that is the actual sort key.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!