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: 
Anonymous
Not applicable

Filter Related Problem into Qlik

if i have two table- Table1 and Table2 and i have filter condition just like as --- Table.1cust_id=123 and Table2.cust_name='Abhijit' or Table1.cust_id<=4567 and Table2.Cust_name='JOHN'.So, in this scenario, how can i write the load script editor into qlik.

Here , i also used Qualify, unqualify  Syntax

Qualify*;

Unqualify Product_id;

Load  *

From lib://'connection'/Table1.qvd (qvd);

Load *

From lib://'Connection'/Table2.qvd (qvd);

So, my question , where i will use this filter condition.

0 Replies