sorting - Sort table in ssrs for an aggregate field -


i have column returns me tasks find out how many there countdistinct (id_tarefa). need sort table larger field lower value of count (), ssrs not accept sorting field has aggregate function.

it possible sort?

yes it's possible - cannot sort table using aggregate function.

the trick sort on group , not table. row group -> group properties sorting tab.


Comments

Popular posts from this blog

python 3 IndexError: list index out of range -

android - How to save instance state of selected radiobutton on menu -

IF statement in MySQL trigger -