What's wrong with this formula (multiple if's)?

Answered

Comments

1 comment

  • Rainer Grabowski

    Hi Alex,

    don't worry, just save the calculation. The notification you only get, cause no category was selected. Your calculation is ok and will work. You could add another condition: }else if (@activation == null){0}.

    One tip: At the beginning of your calculation declare @Activation as a variable like:
    var act = @Activation;
    Then you can use: act == "value" instead of always selecting the token @Activation. Saves time and you can copy the whole code easier if needed .

    Rainer
    rg@delos-consulting.com

    1
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk