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
-
Field != null
-
I am more generous and check like this:
'field' < " "
Birger
Content aside
- 5 yrs agoLast active
- 2Replies
- 1729Views