I have a field in the details row of my SSRS report. that formula is:
=Fields!minetpay.Value * Fields!approvedby_i.Value * ((13-Fields!reviewmonth.Value)*4)
So in my table Footer i want to sum up all the records wiht the above formula so i have it like this:
=Sum(Fields!minetpay.Value * Fields!approvedby_i.Value * ((13-Fields!reviewmonth.Value)*4))
And this is giving me an #Error.
Any help on why this is giving me an error.
=Fields!minetpay.Value * Fields!approvedby_i.Value * ((13-Fields!reviewmonth.Value)*4)
So in my table Footer i want to sum up all the records wiht the above formula so i have it like this:
=Sum(Fields!minetpay.Value * Fields!approvedby_i.Value * ((13-Fields!reviewmonth.Value)*4))
And this is giving me an #Error.
Any help on why this is giving me an error.