But that should work, because currency factor is always set as 1 if the currency is your local currency. So there’s no reason for an “if”.

2 Responses

  1. Hi Erik,

    Normally I would agree, however our local currency is showing as 0? I would agree that this needs to be 1 for logic (it is a seperate issue), but in this case I would need to look at an ‘IF’ or ‘SWITCH’ type expression.

    Do you have any references for expressions that will work in the Expression Editor? Examples of IF, SWITCH or others (basic ones) that we could take a look at for example purposes?

    To solve this issue,

    IF currency is Base = ‘Amount’
    ELSE IF currency is USD = ‘Amount’ * ‘Currency Factor’
    ELSE currency is EUR = ‘Amount’ * ‘Currency Factor’

    (Please excuse the draft).

    Thanks again (and loving using the Simple Object Designer).

    – Jack

Leave a Reply