I'm trying to create a custom report using the Report Writer.
I need to create a report that reports the following:
Item Number (easy enough - main table)
Item Description (same)
Qty Available (calculated - IV00102)
Current Cost (main table)
Extended Cost (calculated - previous two fields)
YTD Sales (QTYSOLD - IV00102)
Last Purchase Date (LSTORDDATE from IV00102)
---This is where it gets tricky---
Last Sold Date (IV30300 - DOCDATE - many relationship)
Avg. sales for the last three months (Calculation on IV30102 - many relationship)
Does anybody have any idea how to accomplish those last two fields? How about how to do a calculation on the Date fields that show "N/F" when the date is reported as "0/00/0000"?
Thanks.
I need to create a report that reports the following:
Item Number (easy enough - main table)
Item Description (same)
Qty Available (calculated - IV00102)
Current Cost (main table)
Extended Cost (calculated - previous two fields)
YTD Sales (QTYSOLD - IV00102)
Last Purchase Date (LSTORDDATE from IV00102)
---This is where it gets tricky---
Last Sold Date (IV30300 - DOCDATE - many relationship)
Avg. sales for the last three months (Calculation on IV30102 - many relationship)
Does anybody have any idea how to accomplish those last two fields? How about how to do a calculation on the Date fields that show "N/F" when the date is reported as "0/00/0000"?
Thanks.