Function PropertyPriceSummaryDisplay
Returns as a string the price of the property if it is not sold with For Sale/To Rent prefix
This will also hide the price is the property is POA, Price On Application or Sales By Tender
This is only valid on a property record
PropertyPriceSummaryDisplay()
Parameters
# | Type | Passing | Default | Name | Description/Comments |
---|---|---|---|---|---|
1 | n/a | n/a | n/a | n/a | No parameters |
Returns
The formatted value as a string
Examples
PropertyPriceSummaryDisplay()
If PRICEASK = 100000.00, then "For Sale @ £100,000" is output
If PRICEASK = 100000.00 and Sold, then a blank string is output
If PRICEASK = 1000.00 and rental per month, then "To Rent @ £1,000 pm" is output