R
R Marko
I have a report that calculates revenue and percentage of profit.
Column1 contains InvoiceAmt
Column2 contains Expenses
Column3 contains Profit (difference between Inv and Exp)
Column 4 contains the a field [ProfitPerc] which contains the following:
([InvoiceAmount]-[ClientComm]-[Expense])/[InvoiceAmount]
The report footer contains the following fields
Column 1 Column 2 Column 3
=sum[InvoiceAmt] =sum[Expenses] =sum[Profit]
What I would like to calculate in the report footer in Column 4 is
InvoiceAmt Total minus Expense Total divided by InvoiceAmt Total
to give me the total Profit Percent
Any help would be appreciated,
Rhonda Marko
Column1 contains InvoiceAmt
Column2 contains Expenses
Column3 contains Profit (difference between Inv and Exp)
Column 4 contains the a field [ProfitPerc] which contains the following:
([InvoiceAmount]-[ClientComm]-[Expense])/[InvoiceAmount]
The report footer contains the following fields
Column 1 Column 2 Column 3
=sum[InvoiceAmt] =sum[Expenses] =sum[Profit]
What I would like to calculate in the report footer in Column 4 is
InvoiceAmt Total minus Expense Total divided by InvoiceAmt Total
to give me the total Profit Percent
Any help would be appreciated,
Rhonda Marko