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 AmountA and AmountF totals in footer 2.
I have tried using formula fields, group expert and running total fields to no avail. My results are zero or I get the total amount for the ownercode in one field.
My code is as follows:
If loantype in(a,b,c) Then
AmountA := AmountA + {tableamountfield}
Else
AmountF := AmountF + {tableamountfield};
I put the loantype and the tableamountfield in the details section. I used the help section for running totals fields (line by line) and that didn't even work. I out this coe in a formula in the evaluae section. Obviously, I can put this somewhere and it will work. Any help would be appreciated.
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 AmountA and AmountF totals in footer 2.
I have tried using formula fields, group expert and running total fields to no avail. My results are zero or I get the total amount for the ownercode in one field.
My code is as follows:
If loantype in(a,b,c) Then
AmountA := AmountA + {tableamountfield}
Else
AmountF := AmountF + {tableamountfield};
I put the loantype and the tableamountfield in the details section. I used the help section for running totals fields (line by line) and that didn't even work. I out this coe in a formula in the evaluae section. Obviously, I can put this somewhere and it will work. Any help would be appreciated.