Skip to main content
Solved

check if a field is not blank in Customizer

  • November 30, 2021
  • 1 reply
  • 228 views

Forum|alt.badge.img+9

How do I have to define the Value in a condition to check if a field is not blank, using the Customizer ? We’re on v15.3.1.

Best answer by Phil Seifert

It is not an obvious solution where like in SQL you use a ‘is not null’ or ‘is null’

However, it is possible to do this by just setting <> or = as the operator and then leaving the value blank.

In the example above the Serial No. field will be hidden when the Service / Product is empty.

 

 

1 reply

Phil Seifert
Ultimate Hero (Employee)
Forum|alt.badge.img+24
  • Ultimate Hero (Employee)
  • Answer
  • November 30, 2021

It is not an obvious solution where like in SQL you use a ‘is not null’ or ‘is null’

However, it is possible to do this by just setting <> or = as the operator and then leaving the value blank.

In the example above the Serial No. field will be hidden when the Service / Product is empty.