SSRS - Sort table based on column value
Posted
by
Ehsan
on Stack Overflow
See other posts from Stack Overflow
or by Ehsan
Published on 2013-06-28T17:24:10Z
Indexed on
2013/06/28
22:21 UTC
Read the original article
Hit count: 172
sorting
|reporting-services
I am trying to sort the following table:
hYear hSale
------------------------------------
[year] =Count(Fields!sale.Value)
The table only has one row group (year) and no column group. I'd like to:
-initially sort the table based on the calculated value; is it possible?
-add interactive sort to calculated column based on the value. I assume I should sort 'Detail rows', but what will be the sort expression?
© Stack Overflow or respective owner