Question

Asked on 2010-09-11 at 18:58:36ID: 26756497

How to Sum 2 different group Summary fields in the report footer.

by: IO_Dork500

Rating6.8Good

I know the solution for this to effect just one Group Summary Field is as follows:

To sum a summary you need to use manual summaries

In the report header add a formula
WhilePrintingRecords;
Global NumberVar MyTotal := 0;
''

In the section where you display the summary
WhilePrintingRecords;
Global NumberVar MyTotal;
MyTotal := MyTotal + {summaryFormula);
''

To display
WhilePrintingRecords;
Global NumberVar MyTotal;
MyTotal

But how to I differenciate/modify or create a second one of these formulas to work independently for a second group summary field that I want to sum in the report footer?

Related Solutions

Solution

Access this solution immediately by signing up as a member of CrystalReportsExperts.com--it’s quick, easy, and secure. We will return you to this solution, unlocked, when you’re done.

About this Solution

Sign up Now to View This Solution
Zone
general
Tags
Summary Field Sum
Participating Experts
1
Solution Grade
A

Replies

 by:

Posted on 2010-09-11 at 19:32:18ID: 34646755

All comments and solutions are available to Premium Service Members only. Sign up to view the solution to this question. Already a member? Log in to view this solution.

 by: kingjely

Posted on 2010-09-11 at 19:46:17ID: 34646756

All comments and solutions are available to Premium Service Members only. Sign up to view the solution to this question. Already a member? Log in to view this solution.

 by: IO_Dork

Posted on 2010-09-11 at 19:57:01ID: 34646757

All comments and solutions are available to Premium Service Members only. Sign up to view the solution to this question. Already a member? Log in to view this solution.

 by: IO_Dork

Posted on 2010-09-11 at 20:03:53ID: 34646758

All comments and solutions are available to Premium Service Members only. Sign up to view the solution to this question. Already a member? Log in to view this solution.

 by: kingjely

Posted on 2010-09-11 at 20:09:12ID: 34646759

All comments and solutions are available to Premium Service Members only. Sign up to view the solution to this question. Already a member? Log in to view this solution.

 by: IO_Dork

Posted on 2010-09-11 at 20:14:20ID: 34646760

All comments and solutions are available to Premium Service Members only. Sign up to view the solution to this question. Already a member? Log in to view this solution.

 by: kingjely

Posted on 2010-09-11 at 20:21:32ID: 34646761

All comments and solutions are available to Premium Service Members only. Sign up to view the solution to this question. Already a member? Log in to view this solution.

 by: IO_Dork

Posted on 2010-09-11 at 20:26:22ID: 34646762

All comments and solutions are available to Premium Service Members only. Sign up to view the solution to this question. Already a member? Log in to view this solution.

 by: kingjely

Posted on 2010-09-11 at 20:33:06ID: 34646763

All comments and solutions are available to Premium Service Members only. Sign up to view the solution to this question. Already a member? Log in to view this solution.

 by: IO_Dork

Posted on 2010-09-11 at 20:37:35ID: 34646764

All comments and solutions are available to Premium Service Members only. Sign up to view the solution to this question. Already a member? Log in to view this solution.

 by: kingjely

Posted on 2010-09-11 at 20:43:05ID: 34646765

All comments and solutions are available to Premium Service Members only. Sign up to view the solution to this question. Already a member? Log in to view this solution.

Log In

Forgot your password?Sign up

Stay Connected

Top Experts

  1. mlmcc

    301,594

    Wizard

    0 points yesterday

    Profile
  2. James0628

    62,776

    Master

    0 points yesterday

    Profile
  3. LinInDenver

    4,800

    0 points yesterday

    Profile
  4. peter57r

    4,000

    0 points yesterday

    Profile
  5. 13598

    3,520

    0 points yesterday

    Profile
  6. PCIIain

    1,700

    0 points yesterday

    Profile
  7. RickIsWright

    400

    0 points yesterday

    Profile
  8. Dan3D

    300

    0 points yesterday

    Profile

BrowseAre you an Expert?