https://netsuiteprofessionals.com logo
m

michoel

12/20/2016, 1:12 AM
@mattb In that case you could do an Item search, no filter, and then a Formula (Date), (Maximum) with something like (pseudo code)
CASE WHEN {transaction.type} = 'Invoice' then {transaction.trandate} ELSE NULL END
, and again, Group by Item,
👏 1