Hi:
I'm trying to make an historical inventory report using CR 8.5, SQL Database. I have my Inventory Master table, Category table, Actual Inventory and Valuation Table and Transactions Table. I linked Item Master rightouter with category, actual inventory and transactions. Since the valuation method of my customer is FIFO, I need to substract the sum of transactions since now to the date specified in the report. My question is: If an item doesn't have transactions before the date specified in the report, how can I include it in the report? It has inventory and cost.
I'm trying to make an historical inventory report using CR 8.5, SQL Database. I have my Inventory Master table, Category table, Actual Inventory and Valuation Table and Transactions Table. I linked Item Master rightouter with category, actual inventory and transactions. Since the valuation method of my customer is FIFO, I need to substract the sum of transactions since now to the date specified in the report. My question is: If an item doesn't have transactions before the date specified in the report, how can I include it in the report? It has inventory and cost.