0

If any necesary field is blank, then...

Any way to script this?

3 replies

null
    • Leonid_Semik
    • 5 yrs ago
    • Reported - view

    if field=null then...

    Leo

    • mdomfu
    • 5 yrs ago
    • Reported - view

    But for all the fields? If one of all the necesary fields are blank, then...

    • Leonid_Semik
    • 5 yrs ago
    • Reported - view

    In this case, check all fields with "or":

    if field1=null or field2=null or field3=null or field4=null then .......

     

    Leo

Content aside

  • 5 yrs agoLast active
  • 3Replies
  • 1203Views