I’m requesting an aggday method that returns the max of 1 and the sum of all entries that day - in other words, it caps the sum at 1.
This would allow you to create a daily max for how many times you do something. So if you wanted to allow up to 4 times a day, you just enter 0.25 each time.
Skatesum does something like this but only if you’re right at the edge. I want something that caps the sum all the time.
Fascinating and clever! Ideally I guess aggday functions could be parameterized and could just have like cap4 and then enter 1’s like normal. But this should work!