Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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,
Hi Chapil,
Try the combination of Pick( Match() ).
Jordy,
Climber