Calculations from other calculation fields

Comments

1 comment

  • Rainer Grabowski

    Hi Hannah,

    if the fields Likelihood Score and Consequence Score are real number fields and show nothing but a number you have to assign the value (number) 0 if the fields ary empty. You can try this (read as: field value OR 0; || = OR)

    var l = @Likelihood Score || 0;
    var c = @Consequence Score || 0;
    l * c

    Rainer
    rg@delos-consulting.com

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk