Hi,
My report has the following columns:
BillDate, Invoice, Client, Matter, Fees, Costs, Age
My report is grouped by the "Age" field in my database. For each group, I need to get the sum(Fees) where invoice < 0 and the sum(Fees) where invoice > 0. Any ideas on how can I do it? Thanks in advance.
My report has the following columns:
BillDate, Invoice, Client, Matter, Fees, Costs, Age
My report is grouped by the "Age" field in my database. For each group, I need to get the sum(Fees) where invoice < 0 and the sum(Fees) where invoice > 0. Any ideas on how can I do it? Thanks in advance.