Results 1 to 2 of 2

Thread: how sum values on crystal report?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2008
    Posts
    97

    how sum values on crystal report?

    hi,
    i want sum same values on my report for example
    for display like this

    page 1
    hi1 = 100
    hi2 = 150
    hi3 = 300
    hi1 = 100
    hi2 = 150
    hi3 = 300
    hi1 = 100
    total of page=1200

    page2 & final page
    hi2 = 150
    hi3 = 300
    hi1 = 100
    hi2 = 150
    hi3 = 300
    total of all = 2200

    i have tryed this:
    sum({total.count})

    but i have the total of values in first page the solution is using this line
    if PageNumber<>TotalPageCount then
    but even using this i get the total of values on first page
    how can i do that?
    anyone?
    thanks a lot for your help

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: how sum values on crystal report?

    Use/Create a Running Total Field.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width