The number of all successful orders placed.
Formula
Gross Order = COUNT DISTINCT(Order ID) WHERE Payment Status IS NOT "Voided"
Explanation
The order equivalent to Gross Revenue - so the sum of every unique order excluding those with the Payment Status "Voided"
Notes
n/a