Help using logical expression and() for each element of an array

Hi, does anybody have any suggestions to accomplishing something like the following;

This error for this call is: "Cannot evaluate the 'and' function with pre-evaluated parameters"

apply(
  and(_,_),
  BooleanArray1,
  BooleanArray2
  )

I have two Boolean arrays and I would like to evaluate to TRUE if both arrays are TRUE for that index.

Any help or suggestions would be appreciated. Thank you

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data