Hi,
is it somehow possible to order an IQL by two or more fields?
e.G:
You have a class Employee with attributes department, name, phone etc.
The IQL for the report should be "ObjectType = Employee order by Department, Name, Phone"
When will this work?
Hi @b_holland-moritz ,
I think it is possible to use only one attribute, not more... see here, section Ordering...
Maybe you can create some special attribute, which would combine all these three attributes and use it for ordering... But it will be then necessary to update this attribute every time one of these three is updated...
This had been requested from Riada/Mindville a long time ago. 🥴
You can now watch/vote for it here: https://jira.atlassian.com/browse/JSDSERVER-8006
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.