Customer Portal

If condition in A GRAPH

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hi,
    mapping must be the last statement in your code, so you have to create function for getting value:
    function accept(input){
    if (input.eqauls."035" || input.equals."075") return "Y";
    else return "N";
    }

    and then assign it to output field:
    ${out.0.ORDER_CD}:=accept(${in.0.EMP_TYPE_CD});

Please sign in to leave a comment.