Skip to content

Sorting on grouped columns #337

@PaulPoulain

Description

@PaulPoulain

User need : I want to display a list with some total, sorted DESC or ASC of the total.
The following SQL does the job :
SELECT name, count(something) FROM myTable SORT BY count(something) DESC
will show name sorted by the number of something (desc)
In the current version of Urungi, this is not possible (IIRC, it used to be in a previous version)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions