Records in reports should be sorted according to the sorting of the query from which they are fed. Reproducible: Always Steps to Reproduce: 1. Create query with sorting explicitly set, eg. descending. Save the query. 2. Create report based on this query 3. Open the report. Actual Results: Report is sorted using default order. Expected Results: Report is sorted using order specified by the query.
The same could apply to forms.
Git commit 046a98a86728981ed3eec723a3b6a8670c437973 by Jaroslaw Staniek. Committed on 23/11/2013 at 23:33. Pushed by staniek into branch 'master'. Make records in reports sorted according to the sorting of the query Probably applies to forms as well. M +1 -0 libs/db/queryschema.cpp http://commits.kde.org/calligra/046a98a86728981ed3eec723a3b6a8670c437973
Git commit b123505679df59ce1edafb29d64508715d07518b by Jaroslaw Staniek. Committed on 23/11/2013 at 23:33. Pushed by staniek into branch 'calligra/2.7'. Make records in reports sorted according to the sorting of the query Probably applies to forms as well. M +1 -0 libs/db/queryschema.cpp http://commits.kde.org/calligra/b123505679df59ce1edafb29d64508715d07518b
I am using 2.8.5 on Linux Mint 17, I am finding that the records in a report are not sorted, even though they are derived from a query that has sorting applied
This may be related to a different issue. Do you have the same name used for the query and table? If so perhaps renaming the query (and reassigning it to the report) helps?