I have 2 arrays of numbers. I need to create a rule that returns true

I have 2 arrays of numbers.

I need to create a rule that returns true if Any of the 2nd array is greater than the same index of the first array

so 1;3;1 and 3;3;1 is true, 1;4;1, 1;3;1 is false

I can't come up with how to do this, any() won't let me pass in both arrays for a comparison rule, how can i accomplish this rule?

...

OriginalPostID-130255

OriginalPostID-130255

  Discussion posts and replies are publicly visible