Boolean filter sublists?

Is it possible to run a boolean filter on sublists?

Where I have a nested list if I run the boolean it (understandably) only applies to the top level list - is there a way to do this without having to pull out the lists individually?

?

2 Likes

ah, of course. I just have a single boolean list that doesn’t match the full list (including the sublists). So what I need to do is effectively duplicate my boolean list to match…

Could you drop some screenshot or sketch?

I’ll try and get something up later this morning to explain better.

if you want to use the same boolean list to filter multiple sublists you can map it :

1 Like