on 2007 Mar 29 8:47 PM
Post Author: Raschel
CA Forum: General
I have a Main report where I created a formula. Then I have a Sub report where I inserted a Summary field. I need to know if there is a way to Total the Formula from the Main report with the Summary field from the Sub report.
Thanks!!
Post Author: SKodidine
CA Forum: General
Step 1: In the sub-report create a formula which contains:
shared numbervar srtotal := Sum ({your field}) - this is your summary field in your subreport.
Place this formula after the summary field in your subreport.
Step 2: In the main report, create a formula that contains:
shared numbervar srtotal;
numbervar frandsrtotal := yourformulatotal + srtotal; - yourformulatotal is the first formula
Place this new formula in your main report after the subreport and after the formula.
This should give you the total of your first formula and the summary from the subreport.
Check out this KBase article for more info.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.