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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

select Date from 2 filed to retrieve data?

Hi all,

i have table contain date for Start date & End date for vacation, i need to retrieve sum of employee start vacation and the employee End vacation on specific date range or month from specific year.

All Employee start vacation on 2/2010 = 10

all employee end vacation on 2/2010 = 12

maybe some of employee start them vacation on 1/2010 but end on 2/2010 , it's will show on result.

maybe some of employee start them vacation on 2/2010 but end on 3/2010 , it's will show on result.

any idea ??

thanks

1 Reply
disqr_rm
Partner - Specialist III
Partner - Specialist III

A simple intervalmatch() should do the job for you. See enclosed.