Request: Sorting Enhancement

Specifically for Inline List > Options > Group By I would like there to be an ORDER BY selection for defining the sort order of the Group headings similar to how the “SORT DATA” option is configured like so:

sort-order-option

That way under Inline List > Options it would look something like this:

SORT DATA

  • Sort by ___________ in _________ order

GROUP DATA

  • Group by ___________ in _________ order

I’m currently working on a list of “Work Items” (aka Tasks) grouped by “Project” and I would like the initial view in the app to modify the query output to the Inline List something like ORDER BY projects.project DESC, workitems.workitem ASC; .

A bonus would be to allow in app control of both the list and grouping sort orders similar to this announcement:

1 Like