Exporting Reports¶
From any Batch Journey page you can download the full batch data as a PDF report or a CSV spreadsheet. Both options are available via the export buttons in the page header.
PDF report¶
The PDF export produces a formatted, printable summary of the entire batch journey. It includes:
- A cover block with batch ID, SKU, status, date range, total duration, number of processes, and total line count
- A process flow overview listing each process in order
- For each process: the aggregated metric table (if a template is configured) followed by a per-line breakdown of metric values and run details
Generating a PDF¶
- Open the Batch Journey for the batch you want to export.
- Click Export PDF in the page header.
- The report is generated in your browser and downloaded automatically as a PDF file.
Note
The PDF is generated client-side — no data is sent to an external service. Generation may take a few seconds for batches with many processes or line runs.
CSV export¶
The CSV export produces a flat spreadsheet with one row per line run. It is suited for further analysis in spreadsheet tools or for importing into other systems.
Columns included¶
The CSV always contains the following columns:
| Column | Description |
|---|---|
| Batch ID | The unique batch identifier |
| SKU | The product being produced |
| Batch Status | In Progress, Completed, or Aborted |
| Process | The process name |
| Process Duration (min) | Total process duration in minutes |
| Line | The line name |
| Run ID | Unique identifier for this line run |
| Start Time | When the line run started |
| End Time | When the line run ended |
| Duration (min) | Line run duration in minutes |
| Line Status | Status of the individual line run |
After those fixed columns, one column is added for each configured metric across all processes in the batch. If a metric does not apply to a particular process, the cell for that row is left blank.
Generating a CSV¶
- Open the Batch Journey for the batch.
- Click Export CSV in the page header.
- The file downloads immediately to your device.
Notes¶
- Both export types reflect the data visible on the Batch Journey page at the time of export. If data is still being recorded (batch is In Progress), the export captures a snapshot of the current state.
- Metric columns in the CSV are labelled with their metric name (as configured in the process template) followed by the unit in parentheses where applicable.
- If no process metric template is configured for a process, the aggregated metrics section is omitted from the PDF for that process. Line run details are still included.