I have a Crystal 10 report (sql db) that uses a running total to calculate the total sales by sku(range determined by user).
What I need is to break that down by month on each sku.
I was going to create a running total for each month, but was hoping for a better way
Sku: Jan Feb Mar Apr ...... Total
12345g 50 2 0 200 252
456999 0 0 80 5 85
What I need is to break that down by month on each sku.
I was going to create a running total for each month, but was hoping for a better way
Sku: Jan Feb Mar Apr ...... Total
12345g 50 2 0 200 252
456999 0 0 80 5 85