Skip to main content
Question

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

  • May 23, 2017
  • 1 reply
  • 48 views
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

redgeographics
VIP
Forum|alt.badge.img+63

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.