Function DisplayCategory
Outputs the category description
DisplayCategory([REF_CODE],[TEXT_VALUE],[MATCH_FIELD])
Parameters
# | Type | Passing | Default | Name | Description/Comments |
---|---|---|---|---|---|
1 | string | required | n/a | REF_CODE | The category reference |
2 | string | required | n/a | TEXT_VALUE | The category value |
3 | string | optional | REFDESC | MATCH_FIELD | The category field to return |
Returns
The display for the category
Examples
Example of outputting the description for fire safety
{{DisplayCategory("COMPLIANCE","Fire Safety")}}