The calculated column I am trying to create is the far right column in the below table:
In words: If a B event occurs in the specified City, does a C event occur within one hour of the B event, true or false.
I've tried a few different approaches with Over functions but just not having luck. I am struggling on how to reference a different event in the same column and then calculate a datetime difference between them..
Thanks!