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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
arulsettu
Master III
Master III

merging two tables

hi

i have two tables accounts and orders with no common field. now how can i create link between these two tables?

14 Replies
its_anandrjs
Champion III
Champion III

accounts number and account balance are in single table you can use them easily and display its chart where is problem.

arulsettu
Master III
Master III
Author

ya but i am having another table called customer it have country. if i select country have to show account balance.

arulsettu
Master III
Master III
Author

table view

Capture.PNG.png

its_anandrjs
Champion III
Champion III

Try to find out in the database if there is any other table which has a relation ship with this tables then use that table as a link table between the Orders and the Accounts or you can join them also otherwise in the data base create another view that has a relation between the Orders and accounts based on other table and load that view in the qlikview to link the tables.

arulsettu
Master III
Master III
Author

based on table can u give example for join?