Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
chapil
Contributor III
Contributor III

replace if condition

Hello guys, 

 

I have a request : I would like to replace if condition cause it ask a lot of ressource

So I'm on a table object and I'm trying to change this code 

if( Column(1)= 0, 'A',
if( Column(1)<= 5* $(a), 'B',
if( Column(1)<= 5* $(b), 'C','D')))

with a and b, 2 variables 

 

Thanks a lot, 

 

1 Reply
JordyWegman
Partner - Master
Partner - Master

Hi Chapil,

Try the combination of Pick( Match() ).

Jordy,

Climber

Work smarter, not harder