Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Error when using the expression equals ().

Friends,

My job is showing an error when using the equals () expression below:

 

(row1.DS_PRIORIDADE).toUpperCase().equals("X") ? 1 :

((row1.DS_PRIORIDADE).toUpperCase().equals("Y") ? 2 :

((row1.DS_PRIORIDADE).toUpperCase().equals("Z") ? 3 :

((row1.DS_PRIORIDADE).toUpperCase().equals("w") ? 4 : 0)))

 

Can you help-me?

Labels (3)
1 Reply
manodwhb
Creator III
Creator III

@Dayse ,What are error are you getting ?  is DS_PRIORIDADE string data type and output field data type should be integer based your expression.