Documentation Index
Fetch the complete documentation index at: https://docs.sourcemedium.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
is_order_sm_valid is the primary filter for order-based analysis. It tells you whether an order should be included in reporting.
What it means
At a high level:TRUE: include the order in revenue / order-count reportingFALSE: exclude the order (e.g., cancelled/voided/draft/uncollectible and other non-reportable states)
Why it matters
Most “why don’t my numbers match” issues come from one of these:- Missing the
is_order_sm_valid = TRUEfilter - Mixing valid + invalid orders across joined tables
- Comparing valid-order metrics to external exports that include cancelled/test orders

