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
1034
Adding up Summary for the total in the parent bands recursively
posted

Hello,

 

When I want a band to add the total summary I expexct it to add this summary in its parent bands as well, but it displays it as zero.

In other word, I need a group to add the summary of all its children recursively.

  For example:

 

Name                    Balance

AcctA                      0

      AcctA1              10

             AcctA12     20

            Summary=20//for band(2)

           Summary= 30  //for band(1)

           Summary =30//for band(0)               

 

 

But I am not seeing this, instead I see this:

 

Name                    Balance

AcctA                      0

      AcctA1              10

             AcctA12     20

            Summary=20//for band(2)

           Summary= 10 //for band(1)

           Summary =0//for band(0)        

Parents
No Data
Reply Children
No Data