Skip to main content
Skip table of contents

u.ISLEEG(val)

Controleert of de waarde leeg is of dat deze niet kan worden opgehaald.

PY
a = str(u.ISLEEG(None))
b = str(u.ISLEEG(System.DBNull.Value))
c = str(u.ISLEEG(''))
d = str(u.ISLEEG('123'))
e = str(u.ALS(u.ISLEEG('123'),'Leeg','Niet Leeg'))
f = str(u.ISLEEG({Letter}))
g = str(u.ISLEEG({CalculatedFieldDay}))

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.