PDA

View Full Version : YAFR - Use system created summary values in fuctions



Michael Mullan
17-May-2010, 07:02 AM
I have a report with totals for Column A and Column B.

I'd like to be able to create a simple function to display the sum of the two totals, without having to do it at the detail level.


return cDbl({sumofColumnA} + {sumofColumnB})

this would be evaluated when the sub total section is printed.