View Full Version : SSRS Formula Question/Issue


rkrause
11-24-2010, 11:55 AM
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.

rkrause
11-24-2010, 12:19 PM
Never Mind I found my answer. Sorry for any Inconvenience

boblarson
11-24-2010, 12:38 PM
Never Mind I found my answer. Sorry for any Inconvenience

How about posting the answer here so in case anyone else has this problem they will know how to fix it?