Does anyone know if you can have a summary total of a parameter? If so, can someone please explain to me how to do it? I have a number parameter that I enter and I need it to be totaled at the end of the report.
Wha??? The parameter you enter is going to be static! If you are placing the param in the details section and want to add it up, then create a formula that takes the total number of records * parameter
Code:
{?Parameter} * RecordNumber
If you need a total for groups, then that'll be a little trickier, but this is the basic step --- for the question you asked.
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.