Guys,
I need to do the following but I don't know how.
I need to distinguish the first case from the second:
case1:
ID Start End
0001 - 18DEC2019
0001 19DEC2019 -
case2:
ID Start End
0001 - 18DEC2019
0001 11JAN2020 -
Meaning, is there a way to flag if the end is continuous with the start from the case in which there is a gap from the previous end and the next start? Continuity in terms of years is sufficient.
Thank you in advance