Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Other Development Tools
 Shared NumberVar in Crystal Reports XI

Author  Topic 

Johnathan
Starting Member

30 Posts

Posted - 2011-05-20 : 04:42:46
Hi,

Any help at all with the following would be greatly appreciated:

I have a report in Crystal XI where I am using 'Shared NumberVar stock := {#Firm Total}' in a subreport, so that I can call this value in my main report with 'Shared NumberVar stock'

This works fine, however, I need to do the same thing again but instead of using the total for the whole subreport (Firm Total), I need to use the total for EACH GROUP (Branch Total). Is it possible to pull this running total for each group through to main report and use for matching groups accordingly.

I've tried using 'Shared NumberVar stockBRANCH := {#Branch Total}' and when called in my main report it only pulls through the very last group total.

Thank you very much.
   

- Advertisement -