Simplifying Formulas
Hello , I want to do a Formula that checks the value of a variable and returns true or false , for an Array Filter . Users have a select box where they can select : on , off , all - when it 's 'all " = > always "true " - when it 's 'on ' = > item .active =true = > "true " , item .active =false = > "false " - when it 's 'off ' = > item .active =false = > "true " , item .active =true = > "false " I built the formula you can see on the screenshot , but I wanted to know if I could have done simpler . Can you please help me ? Thanks Benjamin Not sure if that helps any