after little digging in tables got this working, not sure if all good yet:
SELECT * from dbo.ViewDetailedSalesReport
where ItemLookupCode = 'xxx' and DateSold > '2016-01-01 09:00:00.000'
after little digging in tables got this working, not sure if all good yet:
SELECT * from dbo.ViewDetailedSalesReport
where ItemLookupCode = 'xxx' and DateSold > '2016-01-01 09:00:00.000'