Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

HR Data modeling {Interval Dates}

Hello everybody,

I've a problem building a data model for HR APP.

- I have 2 different tables of  measures, each table is connected to the other by the PERSONAL_ID and date FROM date TO

Example:

Table 1 : PERSONAL_DATA

PERSONAL_IDFROMTOADRESS
00000012016010120160131A
00000012016020199991231B

Table 2: CONTRACT

PERSONAL_IDFROMTOCONTRACT_ID
00000012016010120160115A
00000012016011620160229B
00000012016030199991231C

What i need is to be able to use a CALENDAR table, that if I select DATE: 20160116 and the result be like:

PERSONAL_IDADRESSCONTRACT
00001AB

And if i select whole January:

PERSONAL_IDADRESSCONTRACT
000001AA
000001AB

I tried to build a LINK table between the Calendar and the 2 tables and i doesn't work properly

I tried to concatenate both tables and link the calendar by a link table ( Datelink, Date) and it doesn't either.

How you would build the data modeling without increasing the 2 tables registers?

1 Reply
marcus_sommer

You need to match your from-to fields to a calendar per IntervalMatch.

- Marcus