jerry
|
| Posted: 08/05/2006, 10:14 PM |
|
hi i'm very new to CCS, would someone help me in the formula to get report
footer totals working.
this is how i've set it up;
inserted a label in the footer called "summ"
in the details sectioon of the report, i've setup a before show event with
formula as,
timesheet.summ.value = timesheet.summ.value + timesheet.linetotal.value
where linetotal is another calculated label on the detail section of the
report grid (this works btw)
many thks
|
|
|
 |
Andrea
|
| Posted: 09/20/2006, 9:19 AM |
|
I am only replying, because I am trying to do this exact same thing, but in php. In my detail line, I even echo the total, to make sure it works, and it does. However, I do not seem to be able to display this total in the footer. My footer label doesn't even display the "If empty" text.
Any ideas?
|
|
|
 |
epidos
Posts: 20
|
| Posted: 11/05/2006, 2:59 AM |
|
Quote jerry:
hi i'm very new to CCS, would someone help me in the formula to get report
footer totals working.
this is how i've set it up;
inserted a label in the footer called "summ"
in the details sectioon of the report, i've setup a before show event with
formula as,
timesheet.summ.value = timesheet.summ.value + timesheet.linetotal.value
where linetotal is another calculated label on the detail section of the
report grid (this works btw)
many thks
Did you find a solution? I am having the same problem.
|
 |
 |
|