Hi fellows,
I am really stuck trying to solve this problem. Any help will be most appreciated.
I have several date ranges that represents employees leave/absence. In order to grant vacations i need to check how many employees are out. So I have a employee date range to be compared with several date ranges. For instance:
Range to be compared:
begin |-----------------| end
-
b |---------------------|e -
b |----------------------|e -
b |---------------------------------------------|e -
b |---------|e
So i need to filter (show matches 1,2,3,4) and count this matches.
Any clues ? Thanks in advance.
