Hi

In SSRS 2008 report i am displaying Data in 2 columns like this

In First Column =IIF(Fields!OpgAmount.Value > 0 , Fields!OpgAmount.Value , 0)
In Second =IIF(Fields!OpgAmount.Value <= 0 , Fields!OpgAmount.Value , 0)

I want to display sum of these columns in the end.

Thanks