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


Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.