Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
New to qlikview. Would like to perform an action which would be similar to following sql query in qlikview:
Select Name, Code
from Client_List
where Name in ('XXY','AAB')
Define variable and take the value in to varibale and use this variable in any action.
Load Name, Code
from Client_List
where Match (Name,'XXY','AAB');
Load Name, Code
from Client_List
where Match (Name,'XXY','AAB')>0;