morechocolate
Technical User
I am using Crystal 8 to created 3 running totals for an amount field. I am using running totals rather than subtotals because of the data. There is a one to many relationship, therefore, in order to not get unwanted duplicate values in the total, I must use running totals.
The 3 running totals are 1)Subtotal on loan level, result is located in Group Footer 2 2)Subtotal on tier level, result is located in Group Footer 1 and 3)Grand Total, result is located in Report Footer 2.
If I use the following formula to get the percent of the grand total
WhilePrintingRecords;
#Loan Total % #Grand Total
The result is not correct. I suspect that this cannot be done. Is there an alternative?
Thanks
mc
The 3 running totals are 1)Subtotal on loan level, result is located in Group Footer 2 2)Subtotal on tier level, result is located in Group Footer 1 and 3)Grand Total, result is located in Report Footer 2.
If I use the following formula to get the percent of the grand total
WhilePrintingRecords;
#Loan Total % #Grand Total
The result is not correct. I suspect that this cannot be done. Is there an alternative?
Thanks
mc