Function PropertyPrice
Outputs a price for a property
PropertyPrice([PROPERTY_CODE],[STATUS_FORMAT],[TENURE_FORMAT],[FREQUENCY_FORMAT])
Parameters
| # | Type | Passing | Default | Name | Description/Comments |
|---|---|---|---|---|---|
| 1 | string | required | n/a | PROPERTY_CODE | The property code |
| 2 | integer | optional | 0 | STATUS_FORMAT | The format for the status: 0 = Default, 1 = Don't display "For Sale @" and "To Let @" |
| 3 | integer | optional | 0 | TENURE_FORMAT | The format for the tenure: 0 = Don't display, 1 = Display, 2 = Display (lower case) |
| 4 | integer | optional | 1 | FREQUENCY_FORMAT | The format for the frequency: 0 = Don't display, 1 = Display |
Returns
The property price for display
Examples
Example to display the property price
{{PropertyPrice(ALIAS.PROPCODE)}}
