Forum Discussion
Barry_Sophus
2 years agoFrequent Visitor
Filtering Dates
For each User ID, I need to identify the rows where LogInDates occurs on the same day. After that I need to identify the closest LogOutDates that occurs on the same day or after. There can be onl...
Barry_Sophus
2 years agoFrequent Visitor
My appologies. I don't think what I explained was clear. What I am wanting is For each User ID, I want to determine if the LogoutDate is on/after the current row. If it is then flag those two rows then go to the next unflagged row and perform the same analysis.