Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
lomi89
Contributor III
Contributor III

Join two table by interval dates and two fields

Hello,

I would like to join two table by an interval dates and two fields. I don't know how I could do it because I saw the function intervalmatch but I need join another fields:

 

TABLE_CLIENT :
LOAD
DATE_EX,
CLIENT,
CONTRAT
RESIDENT TEMP;


TABLE_DATE:
LOAD
DATE_FIRST,
DATE_END,
CLIENT,
CONTRAT
RESIDENT TEMP;

Thank you very much.

 

 

 

Labels (5)
1 Solution

Accepted Solutions
1 Reply