Question
Aggregation of data over time
I want to create a rule in which it calculates the SUM of each value for a specific field over time. For example, I want to trigger at CTA when a client submits more than 5 tickets in a week. I am already compiling rach ticket they submit, the date submitted in. I created a rule where created date is less than 8 days ago but how can I add all tickets they've submitted in the last 7 days? Changing the field to "SUM" is only summing up the values for that day. Calculated field doesn't seem to be an option as I can't create a calculation off of case numbers.