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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can we Make a Forced Join on two Tables

I have a situation where I have two tables, and we should not have a common element in both the tables, as the results are ambiguous when we have the ID's as Common. However in one calculation I need to check the common rows for which I need to join them, can we Impose a forced Join on two tables with different names.

Ex:   A.EmployeeID = B.EmployeeID

Labels (1)
2 Replies
rbecher
Partner - Master III
Partner - Master III

Hi,

I think this can work only in the load script:

JOIN(A) LOAD B.EmployeeID as A.EmployeeID Resident B;

- Ralf

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
Not applicable
Author

Thanks Ralf,

I tried this, yes it work only in the script level.