Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to combine two fields from two different table

Hi Every one,

I have two tables Like T1, T2. These two tables contains same fields but different values i.e.,

Ex:

T1

A

C

E

AND

T2

B

D

F

So, i need to use T1 table values in T2.

My question is how to use T1 values in T2 Table?

15 Replies
Anil_Babu_Samineni

May be alias name for second table then use T1 as where 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
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

Applymap or Join might work.

avinashelite

Since the values are different in both the columns better to concatenate both the table columns are to alias as the same column names

PrashantSangle

Hello,

What is your required output??

concatenate or outer join will work for you..

Regards,

Prashant

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable
Author

Hi,

In my requirement is in that two table i haven't mention ID. Actually in that two tables one common ID column is there, I am using. Qualify and Unqualify. Why because as per my requirement i need to use first table T1 table and creating sum values, and by using  T2 table also. So I need to use two files for different requirements. In this situation I need to use  T1 table value i.e A value use in T2.

So how to use A value in T2 table

EX:

Qualify *;

Unqualify Id;

Load T1

.

.

.

Load T2

.

.

.

PrashantSangle

Hi,

sorry to say but still not clear can you explain with sample data??

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
avinashelite

Better to share the sample data ,QVW and the required output so that it will helps to understand

Not applicable
Author

Hi

FYI,

Table 1 is:

req1.PNG

Table 2 is:

req2.PNG

PrashantSangle

also post your required output.

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂