Function DisplayAgreedRent

Outputs the agreed rent

DisplayAgreedRent([PROPERTY_CODE],[FORMAT],[SHORT_TEXT],[STRIP_PENCE])

Parameters

# Type Passing Default Name Description/Comments
1 string required n/a PROPERTY_CODE The property code
2 integer optional 0 FORMAT The format
3 boolean optional false SHORT_TEXT Whether or use the short version of the text
4 boolean optional true STRIP_PENCE Whether to strip the pence off the value

Returns

The agreed rent for display


Examples

Example to display the agreed rent

{{DisplayAgreedRent(ALIAS.PROPCODE)}}