can someone help point me in the right direction with this? i have the multivalue text field (field_1) “new line/new line” that contains the values below. i also have a computed multivalue field (field_2) “new line/new line” that i want to display the values that match and sum them up. i’ve tried everything i know to try, but i don’t know alot about working with multivalue fields. the field is set up with the (item/quantity/total).
field_1 values
document sales/2/50
document sales/3/75
document sales/1/25
plan sales/3/90
plan sales/1/30
proof sales/2/100
proof sales/3/150
this is what i need to display in field_2
field_2 values
document sales/6/150
plan sales/4/120
proof sales/5/250
thanks in advance,
jason