Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
saivina2920
Creator
Creator

Conditional Match not working properly

I'm using where condition with Match. But, this will not return anything. below is my query. It will return zero record found.

TABLE1:
LOAD "EMPNO",
"EMPNAME",
"DEPARTMENT"
Where Match("EMPNO",'EP100001');
SQL SELECT *
FROM EMPSCHEMA."EMPLOYEELIST";

What is the problem in the above query..?

Labels (1)
11 Replies
PrashantSangle

yes try below syntax

where EMPNO in ('EP10001','EP100010');

But I am still not getting why where condition is not working in preceding load. which qliksense version are you using?

Regards,
Prashant Sangle

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
saivina2920
Creator
Creator
Author

Qlikview 11.0