Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
905
Multi column summary
posted

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)

 

Parents
No Data
Reply
  • 2677
    posted

    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. 

Children
No Data