Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have variables
.
In Var 2 I need to replace A to '', if Var1=cc in script. Var 2 should be A and B
Hi
Load Var1,Var3
If(Var1 = 'cc','',Var2) as Var2
from tablename; //filename.xls
Hope it helps
Thank for reply.
I tried it.
In list box it shows A, B and ''.
How can I hide ''?
Regards,
I get it.
In list box expression
IF(Var1<>'cc', Var2)