Skip to main content

The Sorter will sort your data so you can then use the "input is ordered" setting. It may introduce additional overhead though.

Another way, if your data is in a database, you can use a SQLCreator to read the data and use an ORDER BY statement, that way you let the database do the work.


Reply