I'm totally new to SSRS 2008 & stuck in a problem. So please help. :)
I have a crosstab report from northwind & I'm able to heighlight max value for each row with the expression below :
Code:
=iif(Fields!SalesAmount.Value = Max(Fields!SalesAmount.Value, "Year2"),"LightBlue","Transparent")