Cloaked 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:
The value of the cloaked expression.
The only purpose of this function is to exclude occurrences from contributing towards variable relevance.
Returns:
Any
Parameter:
Parameter | Data Type | Description |
|---|---|---|
1 | Any | The cloaked expression. |
Example:
When using functions inside a field, remember the field brackets:
{Cloaked(VariableName)}
Expression | Result |
|---|---|
Cloaked( MyVariable ) where MyVariable Is 3 | 3 |