I have a report that is using Q1 2013 (6.2.13.110). This is a WINFORMS application written in VB.NET 2010
I have 3 group sections on the report where group 2 ("CltName") has a few summary fields as well as a Last(xxx) field (lets call it "GroupEndBalance". I would like to create a summary field for "GroupEndBalance" in the "CltMasterNameGroup" but reporting will not allow a Sum(Last(xxx)) or a Sum(GroupEndBalance).
How can I get a summary of the "GroupEndBalance" field into the "CltMasterNameGroup".
I think if I was able to create a global variable and store the sum of this value on group2 change that may work but I am unsure as to how to accomplish that.
I have attached a screen shot of what the design of the report is so you can get an idea of what it looks like.
Any detailed ideas would be helpful.
Doug
I have 3 group sections on the report where group 2 ("CltName") has a few summary fields as well as a Last(xxx) field (lets call it "GroupEndBalance". I would like to create a summary field for "GroupEndBalance" in the "CltMasterNameGroup" but reporting will not allow a Sum(Last(xxx)) or a Sum(GroupEndBalance).
How can I get a summary of the "GroupEndBalance" field into the "CltMasterNameGroup".
I think if I was able to create a global variable and store the sum of this value on group2 change that may work but I am unsure as to how to accomplish that.
I have attached a screen shot of what the design of the report is so you can get an idea of what it looks like.
Any detailed ideas would be helpful.
Doug