CR 10.0
SqlServer
I have two tables:
POMAST
POITEM
I have one Group by Customer. What I want is to see the sum for orders that are past due from 'today', the sum of orders due remaining of the month, and the sum for each of the next three months. The field that I sum is poitem.ordamt. Here is an example of what I would like to see:
Past Due Due
Customer from 7/27 7/28-7/31 Due in Aug Sept Oct
ABC Co. DETAILS
Totals $5000 $100 $10000 $10000 $5000
I just do not know where to start. Obviously the formulas would all be about the same. Any suggestions on doing this without subreports? Everything needs to be reliant on the date the report is run.
Thanks,
Jeff
SqlServer
I have two tables:
POMAST
POITEM
I have one Group by Customer. What I want is to see the sum for orders that are past due from 'today', the sum of orders due remaining of the month, and the sum for each of the next three months. The field that I sum is poitem.ordamt. Here is an example of what I would like to see:
Past Due Due
Customer from 7/27 7/28-7/31 Due in Aug Sept Oct
ABC Co. DETAILS
Totals $5000 $100 $10000 $10000 $5000
I just do not know where to start. Obviously the formulas would all be about the same. Any suggestions on doing this without subreports? Everything needs to be reliant on the date the report is run.
Thanks,
Jeff