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: 
Not applicable

Check date falls between dates(Validate date)

Hi,

I have to check if the archive date falls between the start and end date of the reference table for a particular ID. Please find attached qvw. I need to display the ID which doesn't exists in ref and doesn't have valid date. For the below, I should have jkl,asf and def id's displayed.


Capture.PNG

Please advice.

Thanks,

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can use the IntervalMatch function for this. See this blog post for more information: IntervalMatch


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can use the IntervalMatch function for this. See this blog post for more information: IntervalMatch


talk is cheap, supply exceeds demand
Not applicable
Author

Thank you Gysbert...