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)
 Mininum in SSRS

Author  Topic 

karthik_padbanaban
Constraint Violating Yak Guru

263 Posts

Posted - 2010-06-08 : 05:35:51
Need to find the minimum value in the tablix but need not consider the first row. and need to mark the value.

I have used the below expression.

=iif(Fields!Actual_Ending_Balance.Value=min(Fields!Actual_Ending_Balance.Value,"Tablix1") And RowNumber("Tablix1")
<>1,"<","" )

how to make this code to consider rest of the records other than 1st record.

Karthik
http://karthik4identity.blogspot.com/
   

- Advertisement -