ISVALID function

Synopsis
This function returns TRUE if the specified value can be evaluated. This function can be used in a condition that verifies whether a result is available before using it in a link.
Variations
ISVALID(Value)
Returns whether the specified value can be evaluated.
Parameters
Value

Specifies the value to verify.

Supported types: Numeric; Boolean; String; Object; Point.
Returns
Returned types: Boolean.
Examples
1.

The following example returns True if there are at least 100 occurrences found. X refers to any propery associated with Occurrences.

ISVALID(ModelFinder.Occurrences(100).X)