Hi Richard,
Currently we support single column based sorting. We do intend to add sorting by second column in one of our next Feature Releases.
Regards,
Tamir
For example, how could I sort projects firstly by Priority, and then alphabetically by Name? I can only see how to sort by one column at a time.
Please sign in to leave a comment.
Hi Richard,
Currently we support single column based sorting. We do intend to add sorting by second column in one of our next Feature Releases.
Regards,
Tamir
You can do multiple sorts in the reporting module, but not the views as Tamir pointed out.
Any update on this? Seems like a pretty basic function...
No updates, it seems simple but would require a substantial amount of engineering and could have dramatic performance consequences.
I'm also interested with Views sorted by multiple columns.
Thanks!
Depending on how you wish a multiple column sort to work, you can create a custom field to concatenate all the fields you wish to run a sort on, then sort on the new field. If this covers a mixture of field types,then you may need to use functions to bring them all to a textual format, taking into account how lookups and values will all behave.