Creating dashboard of list of computers with ad - sccm details. In reporting services 3.0 I have a table like this from a much bigger data set.
OSName1 | OSName2 | OSName3
(count computers) | (count computers) | (count computers)
I am trying to sort this group by the count.
Group Properties -> Sorting -> Add
Sort by =SUM(Fields!AD_CN.Value)
I always get aggregate sort error. Anyone know how I can sort this table by the counts in the group properties? Can't sort in advance, because the dataset contains a lot of data about the computers. This leaves me with sorting on each report.
Thanks so much in advance for any help!!
sum
– glh