Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Conditional sorting direction

Author  Topic 

bushfoot
Yak Posting Veteran

53 Posts

Posted - 2009-01-28 : 15:01:43
I have added a report parameter to my doc
In my grouping I have modified my sorting to an expression
=IIF(<sortbycondtion>, Fields!One.Value, Fields!Two.Value)

Works like a charm!

But the sort direction on the grouping field does NOT allow you to conditionally change the sort direction (asc or desc).

Does anyone know of way that I can conditionally set teh sort direction of my matrix ?

Kelley
   

- Advertisement -