Conditional Statement Logic for placeholders

Usage in documents: Syntax: [var.placeholdertype.placeholder;if [val]=1;then ‘option one’;else ‘option two’] [var.placeholdertype.placeholder;if [val]= ‘valueTocheck’;then ‘option one’;else ‘option two’] Example 1: This example returns ‘Enabled’ if the brochure fee is activated for the property. If the fee is deactivated the text ‘Not Enabled shows up’. [var.fees.bd.BrochureFee.inUse;noerr;if [val]=1;then ‘Enabled’;else ‘NotEnabled’] Example 2: This example returns the name […]

Read More