Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Help please!
getting an error in syntax in tMAP
.
"ROA&E".equals(row1.Division_1)?"00000"!=ROA&E:" "
I am trying to say in this code that the output will be "00000" if not equal to ROA&E. Otherwise, it will be the project number. (The output for the project number can be a variation of numbers)
Input data type, I am using String. Output type is a String too.
Thanks-
@guenneguez jeremy
This is resolved. I was to use the values and not ROA&E... This is good to go. Thanks!