I feel like I am loosing something here as what I am trying to do should be easy, yet I can not get the formula to report correctly. I have only 1 table with approx 29 fields.
I am trying to sum the orders.shipqnty field by a date range by orders.partid.
The report selection criterion is for Jan-Dec 2003.
I want the formula to total shipments for Jan only.
A second would total for Feb...etc.
I want them to report in the details section by month by part.
Part # Jan03 Feb03 Mar03
064423 5,600 5,200 4,800
This is what I would like it to look like.
I have been able to perform this in a cross-tab with no problem, yet I need it on a non-cross tab report.
The current iteration of the formula i have is as follows:
if {invoice.inv_date} in Date (2003, 01, 01) to Date (2003, 01, 31) then sum ({orders.ship_qty})
I have tried various select and got myself confused as none worked.
Any suggestions before I try again in my currently, albeit somewhat confused state would be greatly appreciated.
I am trying to sum the orders.shipqnty field by a date range by orders.partid.
The report selection criterion is for Jan-Dec 2003.
I want the formula to total shipments for Jan only.
A second would total for Feb...etc.
I want them to report in the details section by month by part.
Part # Jan03 Feb03 Mar03
064423 5,600 5,200 4,800
This is what I would like it to look like.
I have been able to perform this in a cross-tab with no problem, yet I need it on a non-cross tab report.
The current iteration of the formula i have is as follows:
if {invoice.inv_date} in Date (2003, 01, 01) to Date (2003, 01, 31) then sum ({orders.ship_qty})
I have tried various select and got myself confused as none worked.
Any suggestions before I try again in my currently, albeit somewhat confused state would be greatly appreciated.