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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Joining two tables

Hi,

Any suggestion on this would be appreciated.

I have 3 tables A,B and C from Oracle.I joined these three tables and create a final memory table in qlikview called CALL.Same way I have two other tables from SQL,joined those two and build a table called AGENT.

CALL has these fields KEY,Call_Start_Dt,Call_End_dt,Duration

AGENT has these fields KEY,Name,Age,Agent_Begin_Dt,Agent_End_Dt

I need to join CALL and AGENT  where Call_Start_Dt >=Agent_Begin_Dt and Call_Start_Dt<=Agent_End_Dt

Can someone let me know what is the best way to achieve this.

Thanks......

2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Check out IntervalMatch in the Ref Guide.

-Rob

Not applicable
Author

Thanks...IntervalMatch worked.