Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I think you can write if condition. Are you getting any error?
Regards.
I think you can write if condition. Are you getting any error?
Regards.
It looks like you have kind of the right idea from your pseudo code, can elaborate on what the issue is?
@abhi90,yes you can use nested if condition in tMap.
Yes it's Possible.Thanks for all of your suggestions again .Marking this Port as resolved. Did below
(Var.v_FLG==false?"2":
row1.ACCOUNT_NAME==null?"1":
Double.parseDouble(row1.column1)<=-1D || Double.parseDouble(row1.column2)<=-0.001 || Integer.parseInt(row1.column3)<=-1 || Integer.parseInt(row1.column4)<=-1 || Integer.parseInt(row1.column5)<=-1 || Integer.parseInt(row1.column6)<=-1 || Integer.parseInt(row1.column7)<=-1 || Integer.parseInt(row1.column8)<=-1 || Integer.parseInt(row1.column9)<=-1 || Integer.parseInt(row1.column10)<=-1 || Integer.parseInt(row1.column11)<=-1 || Integer.parseInt(row1.column12)<=-1?"3":"10")