I am trying to create a report using WebFocus. This report has several rows and columns for different departments and their info. And at the bottom, there is one 'Total' row, which shows the summary for each columns.
Now my customers wants in the 'Total' row, one cell needs to show the average value of the column which it belongs to, which all the other cells keep the summary function.
I have no idea how to implement the change in WebFocus App Studio. Can anyone please guide me? Thanks in advance!
You can use:
ON TABLE SUMMARIZE AS 'TOTAL'
This will summarize all values that are not computed and all computed fields will be wrapped and computed at the end, just like an average.