Skip to content

Negative double condition syntax

I want that is :

IF
parameter1 does NOT exist
AND
parameter2 does NOT exist
THEN condition is triggered.

Is the following correct ?

add fixed condition=!{parameter1&parameter2}

Thanks you.

Comments

  • SvenSven www.GSA-Online.de
    this is not working as just one parameter is checked
  • So, should i write ?
    1) add fixed condition={!parameter1&!parameter2}

  • SvenSven www.GSA-Online.de
    no, it is not working at all as just one parameter is checked, not more than that.
Sign In or Register to comment.