Page 1 of 1

Counting items between a set of dates

Posted: Thu Mar 14, 2019 4:15 am
by rcd
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?

Re: Counting items between a set of dates

Posted: Thu Mar 14, 2019 7:43 am
by HighAley
Hello.

It's possible to set the Filter for the Indicator.
But it's better to filter data in your query.

Thank you.