Operators
Table 19-1 lists the operators in EasyScript.
Table 19-1  
[OrderAmount] - [Discount]
IF([ProductName] = "1919 Ford Falcon", "Discontinued Item", [ProductName])
IF([Country] <> "USA", "Imported product", "Domestic product")
IF(([Gender] = "Male" AND [Salary] >= 150000 AND [Age] < 50), "Match found", "No match")
IF(([City] = "Boston") OR ([City] = "San Francisco"), "U.S.", "Europe and Asia")

Additional Links:

Copyright Actuate Corporation 2012