SSRS Formula Question/Issue

rkrause

Registered User.
Local time
Today, 15:20
Joined
Sep 7, 2007
Messages
343
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.
 
Never Mind I found my answer. Sorry for any Inconvenience
 
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?
 

Users who are viewing this thread

Back
Top Bottom