Hello,
I have an issue where I'm trying to figure out the rate at which a sequential set of events (todo created will always happen before todo completed). I want to understand the percentage of all events created in the last 30 days that have been completed. This percentage should then never go above 1, but as I've implemented it here, it does. Can someone help me figure out why?
Best,
Alex