Exporting Summary using .COM with Drill Up/Down Feature
Hello All:
Is it possible to Export a Summary to Excel using .COM automation with Drill Up/Down Feature invoked? The Drill Up/Down Feature is good when the Excel file is large and the user may want to keep certain Key Groups collapsed. See Screenshot below.

Many thanks
------------------------------
Al Rice
------------------------------
Find more posts tagged with
Sort by:
1 - 1 of
11
For version 15 and 2020 (I believe it is very similar for all versions after 10.5) . . .
- Define your summary in the normal way
- Go to the Export section and chose 'Export Design'.
- Go to the 'advanced' panel on the Excel Output settings
- Select 'Include Outline to enable Drill Up/Down in Excel
- Optionally, select your required drill state in the Summary View panel.
- Save the Model (this contains the summary definition)
- Save the Project (this contains the export definition)
To export all defined exports:
"C:\Program Files\Altair Monarch 2020\Monarch.exe" /prj:"S:\My Projects\Sample.dprj" /PXALL
To export a single defined export:
"C:\Program Files\Altair Monarch 2020\Monarch.exe" /prj:"S:\My Projects\Sample.dprj" /PX:MyDefinedExportName
Best regards,
Steve.
------------------------------
Steve Caiels
Professional Services
Altair
------------------------------
-------------------------------------------
Original Message:
Sent: 09-26-2020 06:10 PM
From: Al Rice
Subject: Exporting Summary using .COM with Drill Up/Down Feature
Hello All:
Is it possible to Export a Summary to Excel using .COM automation with Drill Up/Down Feature invoked? The Drill Up/Down Feature is good when the Excel file is large and the user may want to keep certain Key Groups collapsed. See Screenshot below.
Many thanks
------------------------------
Al Rice
------------------------------