0

How do i test if a textfield is empty?

I want to show a field only if another field is not empty(trigger on the field level).

Did try several options as:

field != ""

2 replies

null
    • Sean
    • 5 yrs ago
    • Reported - view

    Field != null

    • Birger_H
    • 5 yrs ago
    • Reported - view

    I am more generous and check like this:

    'field' < " "

    Birger

Content aside

  • 5 yrs agoLast active
  • 2Replies
  • 1722Views