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:
Summary= 10 //for band(1)
Summary =0//for band(0)
This looks like the same question that was answered here.