Thanks lbass but I am still confused.
In the detail section I have
Shared CurrencyVar AmountA;
Shared CurrencyVar AmountF;
If {Table.Loantype} <> ("A";"B";"C","D" )
Then AmountA;:
If {Table.Loantype} in ("A";"B";"C","D" )
Then AmountF:
In the Group Footer Section I have 2 fields
Shared...
Greetings,
I am new to Crystal. I am trying to sum laon types into 2 total groups. Header 1 contains the account name. Header 2 is an ownercode within the account. I put the reset CurrencyVar AmountA;
AmountA := 0; in header 2 and the display
CurrencyVar AmountA; in Footer 2.
I want to put...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.