• Resolved namazee

    (@namazee)


    Hi there,

    Ive implemented IF statement to evaluate 3 items (height, width, depth) according to their input and it will display a results.

    Ex:
    Width: <= 1.524 & Height <= 2.743 & depth <= 1.524, the calculated field will display 1 ton as a result..

    this is my code im using but its not executing:

    function(){
    if(fieldname10<=1.524 && fieldname11<=2.743 && fieldname12<=1.524) return “1 Ton”;
    })()

    The page I need help with: [log in to see the link]

  • The topic ‘If statement not working’ is closed to new replies.