When you write rules, you must place quotation marks around string constant values and any item that contains a space.
For example, in the following rule, you must place the values for the symbol, to, and body parameters in quotation marks because they are string constant values. You must also place the name of the response in quotation marks because it contains a space.
WHEN 1 stock WITH symbol = "XYZ" AND price > 10 THEN "Email Response" WITH to="broker@company.com", body="stock quote update"
Do not place numeric values within quotation marks because RulePoint treats it as a string instead of a numeric value. In the example, notice that the value 10 is not in quotation marks.
Do not use quotation marks when specifying values in the rule wizard because RulePoint assumes them to be present in the appropriate locations.