Hi,
I am trying to create an if statement that has multiple criteria. My syntax is as follows: if [Is Buy/Sell] = "sell" AND if [TRADE_KEYWORD.BO_ProductType] = "FEES_BBL_ACCR" then "1800" else "1300" endif . I am receiving the error "Malformed If Statement". I am sure this is an easy fix and I am missing something every simple.