Hello there,
I am trying to run details for certain customers. I am running a reports with each delivery with line items and the corresponding quantities.
They have also asked me to add annual delivery totals in addition to this report.
It gets really messy when I try to enter annual totals. How am I supposed to do this? Those zeros at the bottom are coming from a formula where I tried to run a sum formula for each year. Here is that formula:
if year({ODLN.DocDate}) = year(currentdate)-2
then ({ODLN.DocTotal}-{ODLN.TotalExpSC})