Hello,
I want to make an aritmetic operation with two columns data and show the result below one of the columns.
for example; Column A (int), Column B (int)
A B 3 4 2 2--------- 16 = > sum(A * B)
Sorry for not responding to this forum post in a timely manner. I hope this will still help. You can accomplish this functionality by creating a CustomSummaryCalculator. This will get you most of the way. If there is anyone who would like to see this functionality, please reply to the thread and let me know.