Hi again, Experts - another SSRS challenge on the final leg of designing a report as I'm receiving a #Error summing totals.
I am trying to sum totals for previous and current year using the following expression:
=(Sum(Fields!CurYr.Value)-
Sum(Fields
!PreYr.Val
ue)) / Sum(Fields!PreYr.Value)
Of course, this works for 'grand totals' since there is never going to be any '0' values for previous or current year aggregate. However, for the individual manufacturer rows, there will be. Can you guys help? If you need any additional info, please let me know.
Thank you!
=IIF(Sum(Fields!PreYr.Valu