i HAVE SOME PLUS FIGURES AND SOME MINUS FIGURES AND AM UNABLE TO WRITE A FORMULA IN MY REPORT TO COUNT THE PLUS FIGURES. i TRIED =COUNT([AMOUNT])>0 THIS DID NOT WORK. CAN ANYONE HELP ME.
Please don't SHOUT. Use your shift key since it makes your messages much easier to read. If you want to sum all the positive amounts:
=Abs(Sum([amount]>0 * [Amount]))
to sum all the negative amounts
=Abs(Sum([amount]<0 * [Amount]))
But the above worked but did ot give me what I need. I think i didn't make myself clear......... sorry . The amount field contains plus and minus figures such as (29.95) and 29.95 I need the expression to give me the total.
Kirsten,
If you would take the time to type about 7-10 record values as well as the desired display into your response, we could probably nail this with a single reply. Please provide what might be displayed in the detail section and what goes in a group or report footer.
If a picture may be worth a thousand words, a small sample is worth a dozen emails.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.