|
-
Mar 20th, 2008, 05:38 AM
#1
Thread Starter
Lively Member
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
-
Mar 20th, 2008, 10:32 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|