ok, my thought would be to write a routine, to assign same item value when tax code is 2.
ex: if taxcode = '2'
then item = '1'
assuming item and tax code are key fields in your DSO, with the above approach, taxcode 2 values will be summarized.
try it out and see.