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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

DATE Problem

Hi Experts,

i have data in two tables,

Table1

Year

Month


Table2

Year

Month

Sales


But In Table1 having Years & Table2 having Years are different years.

But i want Both information There is a Synthetic table firm in between them How i can Join this two.

to get both tables data.




Please help me

2 Replies
aveeeeeee7en
Specialist III
Specialist III

Table1

Year

Month

'Table1'  AS Selection


Concatenate


Table2

Year

Month

Sales

'Table2'  AS Selection



You will get information from both the tables. Also synthetic table will not form in between them.

A new field will be created 'Selection', it will tell you the year and data is coming from which table.

Not applicable
Author

can u provide example qvw or data so we can understand clearly