I have report which has columns:
Shipment WorkDays Shipment/Diem
9 22 0.41
10 20 0.50
3 22 0.14
5 21 0.24
To calculate shipment/Diem column i used the formula
-- Count ({spSalesReportByBillTo;1.WaybillNumber}, {spSalesReportByBillTo;1.Date}, "monthly")/{@Work_Days} --
My question is, how can i get the total of the Shipment/Diem column? If i try to use SUM, i am getting the error "cannot create summary/running totals.."
Please help. You're reply will greatly be appreciated. Thank you.
Shipment WorkDays Shipment/Diem
9 22 0.41
10 20 0.50
3 22 0.14
5 21 0.24
To calculate shipment/Diem column i used the formula
-- Count ({spSalesReportByBillTo;1.WaybillNumber}, {spSalesReportByBillTo;1.Date}, "monthly")/{@Work_Days} --
My question is, how can i get the total of the Shipment/Diem column? If i try to use SUM, i am getting the error "cannot create summary/running totals.."
Please help. You're reply will greatly be appreciated. Thank you.