vote up 1 vote down star

I am running crystal reports 11 and in the main report is a subreport which calculates the balance. In the subreport balance, I have the formula named balancetotal which manually sums the running total of the tarinvoice.balance field.

WhileReadingRecords;
global numbervar balancetotal;
balancetotal := balancetotal + {tarInvoice.Balance}

In the main parent report, i have a formula named balancetotal with this formula:

    global numbervar balancetotal;
    balancetotal;

is this incorrect?

thanks in advance

flag

50% accept rate

1 Answer

vote up 2 vote down check

nevermind. I'm supposed to use "shared" instead of "global"

link|flag
+1 I didn't know about the "shared". – dotjoe Mar 24 at 13:57

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.