Counting items between a set of dates
Posted: Thu Mar 14, 2019 4:15 am
I'm trying to set up an indicator to count bookings within the next week. What's the recommended approach? Should I use a stored procedure with BETWEEN, or can I use countif() in an expression?