Skip to content
CadActiveSupport

howto

Reporting Command Line

Generate a named CadActive report from the Creo command line to CSV or Excel.

Use -CADACTIVE=REPORTING to run a CadActive report on one or more models and write the file to disk.

Shared flags (Creo startup, sign-in, models, -OUTPUT=, Windchill) are on Creo Parametric Command Line.

Example

texttrue

Run a report

Action: RUN_REPORT (alias EXPORT_REPORT).

Report names are case-insensitive. You can use spaces or underscores: -REPORT="Model Overview Report" or -REPORT="Model_Overview_Report".

Use the report name as it appears in CadActive (for example Model Overview Report). You can also pass Model Simplified Rep Report to export simplified-representation contents for a part or assembly.

Flag

Required?

What it does

-REPORT=

Required

Report name, matching the name in CadActive.

-MODEL / -MODEL_FILE / -MODEL_DIR

Required (one)

Models to report on.

-REPORT_EXT=

Optional

CSV or XLSX. If omitted, CadActive uses the default report format from Reporting settings.

-OUTPUT=

Optional

Existing folder for the generated files. If omitted, the report uses its default output location.

note

Importing a report from a file is not available on the command line.

Importing a report from a file is not available on the command line.