Does anyone know how to check if a field is empty ...
# general
j
Does anyone know how to check if a field is empty in a formula? like CASE WHEN ISEMPTY({field}) THEN etc... I am finding the proper function for this and have had to resort to checking the LENGTH in the past.
s
Case when {field}= null then 1 else 0 end