Devolución de orden de cliente
Analizar por Fechas: Fecha
| Measure | Source and/or calculation | 
|---|---|
| COR Customs Total | CustomsTotal | 
| COR Freight Charge | FreightCharge | 
| COR Freight Total | FreightTotal | 
| COR Insurance Total | InsuranceTotal | 
| COR Line Total | LineTotal | 
| COR Other Add On Charges Total | OtherAddOnChargesTotal | 
| Released Return Count | 
               IF [FSM_Status_State] = 'Released' THEN [Released Return Count] = 1 ELSE [Released Return Count] = 0  | 
          
| Return Count | ReturnCount |