Exporting to Excel
The Export to Excel function writes the full alarm analysis workbook — including the Tag Data worksheet — to a temporary .xlsx file and opens it directly in Microsoft Excel (or the system default XLSX application).
What the Exported File Contains
|
Worksheet
|
In-App Viewer
|
Exported Excel
|
|
Alarm Summary
|
✔ Shown
|
✔ Included
|
|
ISA-18.2 KPIs
|
✔ Shown
|
✔ Included + embedded panel image
|
|
Template Breakdown
|
✔ Shown
|
✔ Included + column header comments
|
|
Tpl Breakdown — Legend
|
✔ Shown
|
✔ Included
|
|
Tag Data
|
✗ Not shown
|
✔ Included
|
Template Breakdown Column Header Comments
In the exported Excel file, each computed column header in the Template Breakdown sheet (Critical%, Suppressed%, Score, Rating, and the count columns) has an Excel cell comment (indicated by a small red triangle in the corner of the cell). Hovering over the header cell displays the full ISA-18.2 formula, threshold bands and weighting rationale.
These comments are present in the exported file only — they are suppressed in the in-app viewer because Excel and the Spreadsheet UI Control render comment box dimensions at different DPI scales.
Embedded Rationalization Panel Image
At export time a PNG snapshot of the ISA-18.2 rationalization summary panel is captured from the Control Architect UI and embedded as a floating image in the ISA-18.2 KPIs worksheet, anchored below the structured data rows. This provides a visual management summary that can be copied directly into Word or PowerPoint reports.
NOACTION / NONE Row Highlighting
The Highlight NOACTION / NONE rows setting (configured in Report Options) is applied at export time against the stored report bytes. This means:
-
You can change the highlight setting and re-export without regenerating the full report.
-
The MongoDB-stored bytes remain unchanged; only the exported file reflects the current setting.
-
If highlighting is on, amber-filled rows in Tag Data can be filtered in Excel using Data → Filter → Filter by Color.
How to Export
1. Generate or load a report so a workbook is available in the in-app viewer.
2. Click the Export to Excel button.
3. The file is written to the system temporary folder as AlarmAnalysisReport_{CollectionName}.xlsx.
4. The file opens automatically in Excel.
|
Temporary File Location The exported file is written to the Windows %TEMP% folder each time. If you need to retain the file, save a copy to a permanent location from within Excel before closing it.
|
Saving the Report to MongoDB
The full workbook (including Tag Data) is automatically saved to MongoDB GridFS each time a report is generated. This stored copy is what is retrieved when you click Load Report in a future session. There is no separate "Save" step required after generation.
The GridFS filename format is: AlarmAnalysisReport_{CollectionName}.xlsx
Only the most recent report for each collection is retained — each generation overwrites the previous.