Where I work, a person might stay for a month, and do a few items within that month. I am trying to figure out only the first and last date of the stay. As an example, Member 1 has the following cases... Case 1 Started 01/01/2019, ended 01/31/2019 Case 2 Started 01/03/2019, ended 01/04/2019 Case 3 Started 01/14/2019, ended 01/18/2019 Case 4 Started 02/15/2019, ended 02/20/2019 Since Cases 2 & 3 took place within the timeframe of case 1, I do not want them to be part of the final data. I only want to return cases 1 and 4 for this member. How can I best do this? Thank you for any advice you can provide.
... View more