IsNullDefault

Overview

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.

Syntax

IsNullDefault(1, 2)

Function Properties

Ordinal Type Description
1 string Required Value to return for non-null occurrences
2 string Required Value to return for null occurrences

Usage

IsNullDefault(RequestParameter('ExampleParameter'), 'Null default value')
Last Updated: Jun 8, 2021