crzycrystlgrl
Technical User
Hi. I am new to this site. Cheers to anyone reading this post...
Crystal 9...Using running totals in subreport
and then declaring a shared variable in the subreport (the running total field is placed in a group)
ex.
WhilePrintingRecords;
Shared CurrencyVar IndyChargesDOS;
IndyChargesDOS := {#IndyByDOS}
when referenced in the same group in the main report...picks up the last running total from the subreport and repeats it. I made a section b (which is where the shared variable sits + the subreport is in section a....
Any suggestions would be greatly appreaciated...
thanks
-Cynthia
Crystal 9...Using running totals in subreport
and then declaring a shared variable in the subreport (the running total field is placed in a group)
ex.
WhilePrintingRecords;
Shared CurrencyVar IndyChargesDOS;
IndyChargesDOS := {#IndyByDOS}
when referenced in the same group in the main report...picks up the last running total from the subreport and repeats it. I made a section b (which is where the shared variable sits + the subreport is in section a....
Any suggestions would be greatly appreaciated...
thanks
-Cynthia