R
Rocky
Aloha,
Could someone help me to figure out the best way to cross reference various
fields to ultimately find time overlaps for clients who get services?
Basically, I'm limited by having to deal with a flat .xls data file.
I've linked to it and the fields I've got to work with include:
- ClientID
- CaseID
- BeginHr
- BeingMinute
- EndHr
- EndMinute
- DateofService
- ServiceCode
I know how to filter records using a query to return only the Service codes
I need (40, 41) - So thats good to go.
Now I need to figure out how to look for
same clientID showing up in this data file that has:
the same caseID, clientID, BeginDate is all the same
AND where time overlaps (using the BeginHr, BeingMinute, EndHr, EndMinute)
Thanks if anyone can help at least get me started.
Could someone help me to figure out the best way to cross reference various
fields to ultimately find time overlaps for clients who get services?
Basically, I'm limited by having to deal with a flat .xls data file.
I've linked to it and the fields I've got to work with include:
- ClientID
- CaseID
- BeginHr
- BeingMinute
- EndHr
- EndMinute
- DateofService
- ServiceCode
I know how to filter records using a query to return only the Service codes
I need (40, 41) - So thats good to go.
Now I need to figure out how to look for
same clientID showing up in this data file that has:
the same caseID, clientID, BeginDate is all the same
AND where time overlaps (using the BeginHr, BeingMinute, EndHr, EndMinute)
Thanks if anyone can help at least get me started.