Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

2 same tables

hi,

i have 2 same tables  with the same feilds (hist & now)

how can i load them for one table ?

thanks'

yarin.

4 Replies
rohitraut
Creator
Creator

Helli Yarin,

Try this,

Table1:

Load

Dimension1,

Dimension2

Form Table1;

Concatenate(Table1)

Table2:

Load

Dimension1,

Dimension2

Form Table2;

Anil_Babu_Samineni

This will come automatically, Qlik engine can JOIN from 2 tables and club to one table as you need

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
vinieme12
Champion III
Champion III

If you want to keep them Separately after the load use the Qualify statement

Refer this post

Do you Qualify?- How to use QUALIFY statement

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
qlikviewwizard
Master II
Master II

Use concatenate between two load statements