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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to join three tables

I have three tables:

Release Date

technology_idrelease_date
101/01/2010

Support End Date

technology_idend_date
131/01/2011

Extended Support End Date

technology_idextended_end_date
131/01/2012

Instead of having three tables i want to have it in following form:

technology_idstart_dateend_dateperiod
idrelease_dateend_dateMainstream Support
idend_dateextended_end_dateExtended Support

'period' column and its values needs to be set explicitly(i do not have this in any tables).

For Example:

technology_idstart_dateend_dateperiod
101/01/201031/01/2011Mainstream Support
131/01/201131/01/2012Extended Support

I want to use this for creating gantt chart (using bar graph). I'm not able to figure out how to combine the table in above format.

Need help to figure this out please.

0 Replies