CALC.and(boolean1, boolean2, …)

Returns true if all its arguments are true and returns false if one or more argument is false. Boolean1, Boolean2, etc. are 1 to 10 conditions you want to test that can be either true or false.

<< JS.7.3 Logical Functions © 1996-2013 InetSoft Technology Corporation (v11.4) CALC.iif(logical_test, value_if_true, value_if_false) >>