OtherSelections 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 not prescribed selection options.
For a select variable where multiple options can be chosen:
Returns those options in the variable's value list that are not 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:
{OtherSelections(VariableName)}
Expression | Result |
|---|---|
OtherSelections( Var ) where Var=List("a","b","y","z") and the prescribed selections are "a", "b", "c" | List("y","z") |
OtherSelections( Var ) where Var=List("a","b") and selections are "a", "b", "c" | List() |