How to display sum of total rows at the bottom of report definition
Hi Team,
There is a requirement to fetch the report. The report contains a column Which displays Amount.
The Total of all amounts should be added up and should display as TotalAmount at the end of report in bottom.
How can we achieve this using report definition. Any suggestions to implement this functionality.
@JyotiT46
There is an option in the report definition to use the custom section (in 2nd tab). In that, add the amount field and sum it.
Or use the agreegate function sum on the particular field so it would show the count on report itsself and on expanding you couuld see the list.