Question

Using input is ordered by group (intersector); how do i set the order of input groups?

  • 23 May 2017
  • 1 reply
  • 1 view


1 reply

Userlevel 5
Badge +25

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