Hi,
I know this is probably too simple to ask, but here goes. I have one field on my report called "Amount." How do I get a sum of this field please?
Hi,
I know this is probably too simple to ask, but here goes. I have one field on my report called "Amount." How do I get a sum of this field please?
This is marked Solved, so presumably you found:
=Sum(FieldName)
Yes, Thank you. I attempted to put the code in the page footer and wouldn't work, when I changed it to report footer, it then worked.
Yeah, that type of thing will work in a group footer or the report footer, but not in the page footer.