I created a cross-tab report and added a summary (sum) function, but I want to display custom values instead of the default summary provided by PHPmaker. Specifically, I want to perform my own calculations and display those results in the summary, rather than using the default sum. Is there a way to achieve this in PHPmaker 2023.
You may use Cell_Rendered server event.
I want to display a department summary in the row headings. Currently, it’s showing the sum of each column, but I want to change it to a custom (manual) summary instead. Is this possible?