Does anyone fully understand "pick" and "for each"
Just an example: 10 instances of text1, 5 of them have text1.var=1 and 5 have text1.var=2
"pick all" does just that, easy enough.
"pick by comparison" picks 1 instance based on criteria
The question I have is: Other than using "pick all" AND "pick by comparison" is there a way to select all 5 of the text1.var=1 ?
One would think "for each" with "pick by comparison", or "for each" and "compare 2 values", or "pick all" and "pick by comparison" would work, but only the latter will select all 5 of the text1.var=1.