Sorting by total count
Hello,
I created a report containing master/detail informations. I created a total `CountOfX` using the `count`
function to show the quantity of details for each master. I can show it in the bottom or in the top using
the `ProcessAt` property without any problem. I don't display any details so my report looks like this :
user #project
----
userA 20
userB 12
userC 99
... ...
Now, I want to sort my data using the total variable I created (#project column). I inserted a `sort` but, it
doesn't work. It kind of try to sort my data (the order is not the same without the sort) but they are not sorted
correctly.
Is there something I'm doing wrong.
Thanks
I created a report containing master/detail informations. I created a total `CountOfX` using the `count`
function to show the quantity of details for each master. I can show it in the bottom or in the top using
the `ProcessAt` property without any problem. I don't display any details so my report looks like this :
user #project
----
userA 20
userB 12
userC 99
... ...
Now, I want to sort my data using the total variable I created (#project column). I inserted a `sort` but, it
doesn't work. It kind of try to sort my data (the order is not the same without the sort) but they are not sorted
correctly.
Is there something I'm doing wrong.
Thanks