Hi all,
I have posted about this before, however only got one reply and that was to look in the help section in Crystal. After doing this I am none the wiser!
basically I have a sub report with a total, the formula for this is,
WHILEPRINTINGRECORDS;
SHARED NUMBERVAR LEEDSTOTAL := {#AATOTTIME}+{#ATSTOTTIME};
in my main report, in the footer section I have the following formula,
WHILEPRINTINGRECORDS;
SHARED NUMBERVAR LEEDSTOTAL
Now what I want to achieve here is simply to display the total from the sub report in the main report... what am I doing wrong.
Many thanks
I have posted about this before, however only got one reply and that was to look in the help section in Crystal. After doing this I am none the wiser!
basically I have a sub report with a total, the formula for this is,
WHILEPRINTINGRECORDS;
SHARED NUMBERVAR LEEDSTOTAL := {#AATOTTIME}+{#ATSTOTTIME};
in my main report, in the footer section I have the following formula,
WHILEPRINTINGRECORDS;
SHARED NUMBERVAR LEEDSTOTAL
Now what I want to achieve here is simply to display the total from the sub report in the main report... what am I doing wrong.
Many thanks