cancel
Showing results for 
Search instead for 
Did you mean: 

How do I create logic for below data to get output.

How do I create logic for below data to get output.

Hi,

I need help to create a logic for the below sample data. could someone please help with this?

 

CodeLookupLookup ValuePAXATA OUTPUT
AMERICAN   
B  B
E  E
D  D
KOREAN   
ENENAA
ELELBB
DEDECC
CSCSDD
1 Reply
shyam
DataRobot Alumni

Hi @H369199 , 

This could be accomplished by performing a Left-lookup, followed by a computed column expression using

FirstNonBlank(@lookup_value@, @code@)