Hi - I trying to use this expression in v8.05 within a block statement where "category" is a custom property. The line of code works when viewed via a browser, or the actinic page preview, but when checking for coding errors I get the message "Syntax error in object's condition":
<actinic:variable name="Category" /> == "Dining Sets" AND <actinic:variable name="ProductDescription" /> != ""
Comment