Understanding Total Orders
In this article, you will understand what constitutes a total order count.
Use Case 1: What's the count of orders in a month with 100 successful bookings and 10 failed bookings?
Total Order Count: 90
Use Case 2: What's the count of orders in a month with 100 successful bookings, 10 failed bookings and 10 gift card sales?
Total Order Count: 100
Use Case 3: What's the count of orders in a month with 100 successful bookings and 5 cancelled bookings?
Total Order Count: 95