Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
dvdserrano
Contributor III
Contributor III

Joining dates

Hi Qlik,

I have  a problem when joining 2 dates in 1 to use a single calendar

Firstname Hire Date Termination Date

Jill1/1/20191/2/2019
Eve5/1/20195/2/2019
John10/1/2019-

 

I want me to keep a table like this:

Date

1/1/2019
5/1/2019
10/1/2019
1/2/2019
5/2/2019

 

And then you can know the date of each employee entering and leaving the company.

Thanks

2 Replies
ajsjoshua
Specialist
Specialist

Hi,

Load the table twice

load distinct firstname,
HireDate as Date,

'hire' as Flag

load distint firstname
TerminationDate as Date,

'Terminate' as Flag

Then link this Date field to the mastercalendar Date.

ajsjoshua
Specialist
Specialist