Hi Cness,
Reviewing this thread again, is the issue that the items are not on the report or that the quantity is missing for the items on the report?
If the issue is just with a quantity missing, does the below query show the 2 items in question?
select itemlookupcode, description, * from item where id not in (select itemid from inventorytransferlog)
_____________________________________________
Do you see the 2 items if you remove the filter for 'Inactive = No' and add a filter for Item Lookup code?
NOTE: Try it one at a time to see if results are returned.
For example, I ran the Inventory Valuation Report for item 11200:

What is the Item Type for these 2 items?
There is a Stored Procedure used in the Inventory Valuation Report; and it excludes item with an ItemType of 7 or 9 (Non Inventory or Gift Card).
