Previous Topic: %ValidValueDefNext Topic: %ValidationLogicalName


%ValidationHasValidValues

A Boolean predicate that determines whether or not the current validation has valid values. The return value is TRUE if the validation has any valid values; otherwise the return value is FALSE.

Syntax

%ValidationHasValidValues(<name of validation>)

Syntax Example

%ForEachValidation() {

%ValidationName

%If(%ValidationHasValidValues (%Validation Name))

{%ForEachValidValue (%ValidationName) {%Valid Value}}

}

Expansion

State

AL

AK

AZ

AR

minmax

Usage

Classified as a Constraint macro that you can use globally with an argument (<name of validation>) or %ForEachValidation, %If.