My goal is to create a lost business report. The data I am using is by customer, by year, by month, by product ($'s and Qty).
My groups are: customer, then product then year. My file has shipto level data so it gives me a line per item per shipto. I've added a summary that adds up each item by month for each year. I am comparing 2011 to 2010.
So now I have (for example):
CustNo: 7223
ItemNo: CAS1751
Year: 11 JanQty: 2 Jan$: $50 FebQty: 1 Feb$: $25.00
Year: 10 JanQty: 0 Jan$: $0 FebQty: 7 Feb$: $175.00
Because the totals by month are summaries, I can't figure out how to subtract 2011 from 2010.
I hope that makes sense.
Thanks in advance for any assistance!
My groups are: customer, then product then year. My file has shipto level data so it gives me a line per item per shipto. I've added a summary that adds up each item by month for each year. I am comparing 2011 to 2010.
So now I have (for example):
CustNo: 7223
ItemNo: CAS1751
Year: 11 JanQty: 2 Jan$: $50 FebQty: 1 Feb$: $25.00
Year: 10 JanQty: 0 Jan$: $0 FebQty: 7 Feb$: $175.00
Because the totals by month are summaries, I can't figure out how to subtract 2011 from 2010.
I hope that makes sense.
Thanks in advance for any assistance!