Function DisplayAddressBranch
Outputs an address in a specific format for a branch
DisplayAddressBranch([BRANCH],[MATRIX_CODE],[BREAK_STYLE])
Parameters
# | Type | Passing | Default | Name | Description/Comments |
---|---|---|---|---|---|
1 | string | required | n/a | BRANCH | The branch |
2 | string | optional | 100111121 | MATRIX_CODE | See "DisplayAddress" function for possible values |
3 | integer | optional | 0 | BREAK_STYLE | See "DisplayAddress" function for possible values |
Returns
The address for display
Examples
Display address for the branch
{{DisplayAddressBranch(ALIAS.BRANCH)}}