Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi friends,
I have the following query in sql syntax:
select name,address,id from student where student_id in (12,76,89);
How to convert this SQL query to qlikview script?
I have written upto here
load name,
address,
id
FROM
(qvd);
Any help is greatly appreciated.
Hi Perumal,
I have explained the same Query in more detail in this link.
http://community.qlik.com/thread/74726
Please go through this page and guide me.
Hi,
Please try this one..
load name,
address,
id
FROM
(qvd) WildMatch(student_id,'12','76','89');
Thanks,
Vishal.
Thank You Vishal,
Please refer my exact query in the below link.
http://community.qlik.com/thread/74726
Please help me.
Hi Arun,
PFA of answer on link that you provide me, If still have doubt then revert to me.
Thanks and Regards,
Vishal Waghole