0

multiple conditions is Display if:

I have a formula (echos an image) that I want only to display when a series of yes/no fields are false.  That is to say when any one of the yes/no fields is true the image (the formula) does not display

I tried this but it does not work.  Where am I gpoing wrong?

not ALL or not CRITICAL or not IMPORTANT or not NORMAL or not LOW or not CREDENTIALS or not 'SHOW TASKS'

2 replies

null
    • Alain_Fontaine
    • 1 yr ago
    • Reported - view

    Either:

    not (x or y or z or …)

    or:

    not x and not y and not z and …

      • Alan_Cooke
      • 1 yr ago
      • Reported - view

      Alain Fontaine Thanks will give it a go:  not (x or y or z or …) perfect!

Content aside

  • Status Answered
  • 1 yr agoLast active
  • 2Replies
  • 105Views
  • 2 Following