I would like to understand if it is possible to use derived properties to essentially calculate the amount of time between specific events -- without needing to touch the code. I understand that it is possible to create a duration property as discussed here, however the implementation for this would be complex. Is there a simpler way to accomplish that, or something similar, with derived properties?
To be more specific, I am primarily interested in looking at users who have a session length of greater than some number of minutes (3, 5, 15, for example), which is specific to how I expect users to navigate through the product.