Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am unable to undertsand JOIN mentioned in Qlikview help point I.
Please help to explain with the two tables shown in point II.
Thanks in advance.
I)
tab1:
LOAD * FROM file1.csv;
tab2:
LOAD * FROM file2.csv;
.. .. ..
join (tab1) LOAD * FROM file3.csv;
II)
Table1:
Load * inline
[
A,B
1,aa
2,bb
3,cc
4,dd
]
;
Join(Table1)
Table2:
Load * inline
[
A,C
1,xx
2,yy
5,tt
]
;
Also have a look at these threads regarding Joins - how to / why / when to use:
http://community.qlik.com/blogs/qlikviewdesignblog/2012/09/12/to-join-or-not-to-join
http://community.qlik.com/blogs/qlikviewdesignblog/2014/01/14/merging-data
Hi.
Maybe these docs can help you.
Best,
Alessandro Furtado