I have a multivalue field - Example below.
Finish>><<Para 20 PR>><<101>><<PA - 100 Asphalt>><<1>><><<Para 20 TS>><<153>><><<1
Finish>><<Para 30 FR TG>><<280>><><<2>><><<Para 20 TG>><<140>><><<2
I need to search within the multivalue field for the word “Torch” (4th value) and if found, pull the top ply (2nd value) and the base ply (7th value) from that list. So, based on the example above, only the second list has “Torch” in the 4th position. so my top ply would be Para 30 FR and my base ply would be Para 20 TG.
Instead when “Torch” is found, I’m returned top - Para 20 PR and base - Para 20 TS which are not the correct values to return.
I’m sure this is very easy, but for some reason I’m perplexed…