PrescribedSelections Function

Relevance:
Variable occurrences within this function do not contribute towards the overall relevance of those variables.
Consequently, such variables must occur in at least one other context for them to be considered relevant.
Description:
Those chosen options which are prescribed selection options.
For a select variable where multiple options can be chosen:
Returns those options in the variable's value list that are prescribed options.
Returns:
Text*
Parameter:
Parameter
Data Type
Description
1
Text*
The name of the select variable.
Examples:
When using functions inside a field, remember the field brackets:
{PrescribedSelections(VariableName)}
Expression
Result
PrescribedSelections( Var )
where Var=List("a","b","y","z") and the prescribed selections are "a", "b", "c"
List("a","b")
PrescribedSelections( Var )
where Var=List("y","z") and the prescribed selections are "a", "b", "c"
List()