sum of checkbox issue

  • Thread starter Thread starter M.McDoom
  • Start date Start date
M

M.McDoom

Hello,


I am attempting to get the sum of several checkbox categories in my
report. I do not want the negative values that MS Access recognizes,
Instead I want positive values. I have based my report on a query in
which I used the total function for the checkboxes for several
different sites. I used the following in the property box of my
report.

=ABS(Sum([SumOfPolicy]))

But I continue to get the Sum of the Sum, In other words instead of
getting the sum of the number of policies at one site it gives me the
sum of the policies for all the sites.

All I want is the sum of the policy for each individual site as a
positive number.

Thanks for any help.
 
In addition even if I try =Abs(Sum([Policy])) I still get the aggregate
Sum for all the sites instead of the individual sites.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top