https://bugs.freedesktop.org/show_bug.cgi?id=50132

             Bug #: 50132
           Summary: Provide as is order for groups in Reports
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO 3.5.3 release
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Database
        AssignedTo: libreoffice-bugs@lists.freedesktop.org
        ReportedBy: ulf.zi...@gmx.de


- let's have a query where rows are already in correct order:
SELECT "Categories"."Name" AS "Category", "Projects"."Name",
"Projects"."Description" FROM "Projects", "Categories" WHERE "Projects"."CatID"
= "Categories"."ID" ORDER BY "Categories"."ID" ASC
- group the report form above query by "Category"
--> the report can only be ordered alphabetically from "Category" which is
wrong order.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to