<@U2AFFF3UP> In that case you could do an Item sea...
# general
m
@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