Semantic Model (Repository) Variables
You can use the following guidelines for referencing semantic model (repository) variables in expressions.
- Include the variable as an argument of the VALUEOF function.
- Enclose the variable name in double quotes.
- Refer to a static semantic model (repository) variable by name.
- Refer to a dynamic semantic model (repository) variable by its fully qualified name.
For example:
CASE WHEN "Hour" >= VALUEOF("prime_begin") AND "Hour" < VALUEOF("prime_end") THEN 'Prime Time' WHEN ... ELSE...END