Skip to main content

Hi,

I’m working with Calculation Formulas and need to check against calculation fields if they’re empty.

I’ve tried to check for

= ‘’

= ‘!%’

<> ‘%’

and only an equal sign without defining a value (= )

None of these options work. Does anybody know how you can search for it? Thanks!

 

And now I’ve got it…

To search against empty values use = ‘NULL’


Reply