List Specific problem

Hello ,
As you can see the list with sublists all containing 6 elements (True/False) each. I want just one list with 6 elements. Its value “True” if any of sublists have True on that specific index. If its “False” on all sublists on that specific index then “False”.

3 Likes

Thanks alot

oh… it returns reversed result
see this.

1 Like

The first one was also ok. I was gonna use List.filterbyBooleanmask anyway after that so i would get OUT instead of IN

2 Likes