Skip to main content
Solved

Order the results in NQE

  • September 20, 2024
  • 1 reply
  • 45 views

Forum|alt.badge.img+4

Is there any way to order the results in the NQE output ? E.g. order by field A then field B

 

This would be within the query rather than once the results are shown in the table below the query itself.

Best answer by Andreas

Hi @AndyL ,

NQE does not currently support specifying the sorting within the query. This feature is high on our priorities, although we do not yet have a specific timeline for when it will be available.

For now, the best option is to run the query and then sort on the columns of the table (although that only allows sorting on a single table at a time), export to Excel (or some other tool) and sort there, or grab the output and post-process with a script.

 

1 reply

Andreas
Employee
  • Employee
  • Answer
  • September 20, 2024

Hi @AndyL ,

NQE does not currently support specifying the sorting within the query. This feature is high on our priorities, although we do not yet have a specific timeline for when it will be available.

For now, the best option is to run the query and then sort on the columns of the table (although that only allows sorting on a single table at a time), export to Excel (or some other tool) and sort there, or grab the output and post-process with a script.

Â