IsNullDefault

Returns the test data when not null. If null, the function returns the specified value. Smart Capture forms use this function to return a default value for a blank or non-existent Smart Capture form value.

IsNullDefault(1, 2)

OrdinalTypeDescription
1stringRequiredValue to return for non-null occurrences
2stringRequiredValue to return for null occurrences