Shipment Detail Report
Appearance
Summary
TBC
Filters
| Filter | Description |
|---|---|
| TBC | TBC |
Calculations

| Reference | Calculation | Description |
|---|---|---|
| 1 - Won / Lost = If the quote was won or lost | Formula:
Won/Lost = SWITCH ( TRUE(), 'quotations'[status] IN {8, 61, 62}, "Lost", 'quotations'[status] IN {0, 1, 2, 20, 6, 60}, "Pending", 'quotations'[status] IN {3, 4, 5, 7, 30, 31, 32, 33, 34, 35, 70, 71}, "Won", "Unknown") |
This formula determines the status of a quotation based on its assigned numerical code. The possible statuses are:
|
| 2 - Deleted = If the shipment is deleted | The formula:
Deleted = IF (ISBLANK (quotations[deleted_at]), "X", UNICHAR (10003) ) |
This formula checks whether a quotation has been deleted and assigns a corresponding
symbol:
|
| 3 - Status = Current status of the shipment in QMS | The formula:
State = SWITCH ( TRUE(), VALUE('quotations'[status]) = 0, "Search - routes",
VALUE('quotations'[status]) = 1, "Search - confirm",
VALUE('quotations'[status]) = 2, "Quote",
VALUE('quotations'[status]) = 20, "Quote - requote request",
VALUE('quotations'[status]) = 6, "Quote - spot rate",
VALUE('quotations'[status]) = 60, "Quote - spot rate review required",
VALUE('quotations'[status]) = 5, "Booking - cancellation request",
VALUE('quotations'[status]) = 31, "Booking - cancelled with charges",
VALUE('quotations'[status]) = 30, "Booking - acceptance review required",
VALUE('quotations'[status]) = 33, "Booking - confirmed review required",
VALUE('quotations'[status]) = 34, "Booking - sync review required",
VALUE('quotations'[status]) = 35, "Booking - schedule confirmed review required",
VALUE('quotations'[status]) = 4, "Booking - pending credit",
VALUE('quotations'[status]) = 3, "Booking - carrier confirmation required",
VALUE('quotations'[status]) = 32, "Booking - pending",
VALUE('quotations'[status]) = 70, "Booking - rebooking request",
VALUE('quotations'[status]) = 7, "Booking - confirmed",
VALUE('quotations'[status]) = 71, "Booking - airline confirmed",
VALUE('quotations'[status]) = 8, "Lost",
VALUE('quotations'[status]) = 61, "Lost - carrier declined",
VALUE('quotations'[status]) = 62, "Lost - customer declined",
"UnKnown" ) |
This formula categorizes the status of a quotation based on its numerical value and assigns a corresponding description. The possible states are:
Search & Quotation States:
Booking States:
Lost States:
Default State:Unknown: If the quotation status does not match any of the predefined values, it is categorized as "Unknown". |
| 4 - Loss Reasons = The lost reason that was set | ||
| 16 | The clustered bar chart breakdown total bookings by Teams. | |
| 16 | The clustered bar chart breakdown total bookings by Teams. | |
| 16 | The clustered bar chart breakdown total bookings by Teams. | |
| 16 | The clustered bar chart breakdown total bookings by Teams. | |
| 16 | The clustered bar chart breakdown total bookings by Teams. | |
| 16 | The clustered bar chart breakdown total bookings by Teams. | |
| 16 | The clustered bar chart breakdown total bookings by Teams. | |
| 16 | The clustered bar chart breakdown total bookings by Teams.
} |