Sorting Problem With Grouping
Sorting Problem With Grouping
Dear Sir,
When I create a group, the data shown is no longer in the order in which it is retrieved.
I am using latest pre-release build.
When I create a group, the data shown is no longer in the order in which it is retrieved.
I am using latest pre-release build.
- Attachments
-
- Incorrect Sorting.png (300.83 KiB) Viewed 2668 times
-
- Actual Data.png (388.52 KiB) Viewed 2668 times
-
- ExamSys2.7z
- (142.86 KiB) Downloaded 328 times
-
- rStdC.mrt
- (14.4 KiB) Downloaded 273 times
Re: Sorting Problem With Grouping
Hello,
Please try to set the SortDirection property for GroupHeader component to None.
Thank you.
Please try to set the SortDirection property for GroupHeader component to None.
Thank you.
Sorting Problem With Grouping
Dear Sir,
I have set sorting for group to None. And data is showing now in the same order in which it is fetched.
But this behaviour is weird.
Is this a bug?
I have set sorting for group to None. And data is showing now in the same order in which it is fetched.
But this behaviour is weird.
Is this a bug?
Re: Sorting Problem With Grouping
Hello.
Thank you.
No, it's not a bug. It's a usual behaviour of the Group Header band. Because it can't group data band right without sorting on group field.spnvelvet wrote:I have set sorting for group to None. And data is showing now in the same order in which it is fetched.
But this behaviour is weird.
Is this a bug?
Thank you.
Re: Sorting Problem With Grouping
Hello,
No, it is not a bug. When you set the grouping then, according to the logic, it should sort all the data by that column, by which sorting is set, for the correct group. If you remove the sort for GroupHeader, the data will be displayed in order in which they are got, and the group would "torn".
Thank you.
No, it is not a bug. When you set the grouping then, according to the logic, it should sort all the data by that column, by which sorting is set, for the correct group. If you remove the sort for GroupHeader, the data will be displayed in order in which they are got, and the group would "torn".
Thank you.
Sorting Problem With Grouping
Dear Sir,
It means that after grouping, we have to perform sorting again using "Sort" options of Data Band.
It means that after grouping, we have to perform sorting again using "Sort" options of Data Band.
Re: Sorting Problem With Grouping
Hello.
Thank you.
You should do so to sort data in each group.spnvelvet wrote:It means that after grouping, we have to perform sorting again using "Sort" options of Data Band.
Thank you.