Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
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