Results 1 to 5 of 5

Thread: Grand total

  1. #1

    Thread Starter
    Hyperactive Member yousufkhan's Avatar
    Join Date
    Jan 2002
    Location
    India
    Posts
    492

    Grand total

    I have field1 in crystal rpt as average rete , field2 totqty and field3 is

    average rate * totqty in report footer i want grant total of field3
    in at the end of report at report footer can anybody help

  2. #2
    Frenzied Member
    Join Date
    May 2006
    Location
    some place in the cloud
    Posts
    1,886

    Re: Grand total

    Insert Summary for Average Rate and TotQty fields and place them at Report Footer
    Then insert a new Formula Field that calculate
    Code:
    Sum({Table1.AverageRate}) * Sum({Table1.TotQty})
    and place it at Report Footer also
    If you don't want to view the Summary fields you can Suppress them

    (Change table and fields' name as needed)

    JG
    Last edited by jggtz; Aug 12th, 2009 at 08:51 PM.

  3. #3

    Thread Starter
    Hyperactive Member yousufkhan's Avatar
    Join Date
    Jan 2002
    Location
    India
    Posts
    492

    Re: Grand total

    average rate is not field name its a average rate of group field
    i am grouping the records and taking its rate fields average rate

    and then making multiplication of "Rate" fields average rate into totqty
    as total amount of that group record now this group grand total
    i want at report footer

  4. #4
    Frenzied Member
    Join Date
    May 2006
    Location
    some place in the cloud
    Posts
    1,886

    Re: Grand total

    I figured something like that after I clicked the post button, sorry for the misunderstandig!

  5. #5

    Thread Starter
    Hyperactive Member yousufkhan's Avatar
    Join Date
    Jan 2002
    Location
    India
    Posts
    492

    Re: Grand total

    any crystal guru pls guid me

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