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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
souadouert
Specialist
Specialist

table merging

I have a need to multiply a table a by the possible values ​​of a table b, someone help meCapture.PNG



Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

May be this

Table:

LOAD Col1,

     Col2

FROM TableA;

Join (Table)

LOAD Col3

FROM Table B;

View solution in original post

3 Replies
sunny_talwar
MVP
MVP

May be this

Table:

LOAD Col1,

     Col2

FROM TableA;

Join (Table)

LOAD Col3

FROM Table B;

Anil_Babu_Samineni
MVP
MVP

Join Wil work, Initially. If you want to show blank to them which not there you should use Concantenate?

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
souadouert
Specialist
Specialist
Author

thank you sunny