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: 
zagzebski
Creator
Creator

Between in QlikView

I need to left join the F_Revenue table to the Dept_Activation table by the Dept field AND where the Service Date on the F_Revenue table is between the Active_Begin_Date and Active_End_Date. Looking for help on how to code the where clause to make this happen?

F_Revenue:

Dept,

Revenue,

Service Date

Resident Revenue

Left Join (F_Revenue)

Dept

Active_Begin_Date

Active_End_Date

Resident Dept

WHERE

Thanks,

Steve

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

Check your manual for INTERVALMATCH, is what you need

View solution in original post

2 Replies
Clever_Anjos
Employee
Employee

Check your manual for INTERVALMATCH, is what you need

zagzebski
Creator
Creator
Author

Thanks! Steve