Setting two condition and filter the curtain wall panels by that

Hello,
actually i want to make a curtain wall panels list satisfying two conditions which are as follows ;

  1. i want to make out list of area of curtain wall panels which are <=60 square feet ,if the panel fulfill the first condition then and then only it should see the second condition ;

  2. condition fulfill the height not more than 10 feet and width not more than 6 feet

please advise me on how to approach this ,is there any node available for this kind of conditions ?

regards,

The fastest way is to use a code block with the AND condition (&&):

Otherwise you can always use multiple times the nodes >, <, == etc… together with Filter.ByBooleanMask

thanks a lot for sharing this to me !@lucamanzoni