Link to home
Start Free TrialLog in
Avatar of CPA_MCSE
CPA_MCSE

asked on

SRS Total not calculating correctly

See screen shot.  

My total is not adding correctly for every column.  What do I need to change?

User generated image
Avatar of ibbz-au
ibbz-au

Try =Sum(DISTINCT()). Function
Avatar of CPA_MCSE

ASKER

Thanks for the reply.  That threw out an error.

Tried both

=Sum(DISTINCT(Fields!Revenue_Amt.Value))

=Sum(DISTINCT((Fields!Revenue_Amt.Value)))

Capture.JPG
are you using matrix or a tablix or a table?  the columns are dynamic or static?
do one thing, in sql use Isnull(Revenue_Amt,0) instead of just Revenue_Amt.
Thank you for the replies.  This is a table report, not a matrix.  Adding Isnull is fine, but does not affect the report totals.

can you send the rows (data) which your query pulls?
ASKER CERTIFIED SOLUTION
Avatar of CPA_MCSE
CPA_MCSE

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Abandoning this question.  Report requirements changed.