|
|
Unleash Your Dashboards!
Unlock the full potential of your MicroStrategy dashboards. When dasboards are generated with Narrowcast they are generally
output as somefilename.mht. MHT is an internet explorer specific format which essentially zips all components into a single compressed file.
This is a ruby based application which is cross platform capable. By unzipping the compressed format you gain the following abilities:
MhtRipper was tested with dashboards from MicroStrategy 8.0.1 and 8.1.1. This is a free open source utility and Aellament does not gauruntee that it will
work properly.
Instructions
- Check if you have ruby installed on your system alread. Type ruby -v at the command prompt.
If it returns a version number then skip to step 3.
- Download and install ruby from http://www.ruby-lang.org/en/
- At the command prompt type MhtRipper . On some machines you may have to type: ruby MhtRipper .
- The output will be stored in which ever directory the command was run from. The output should include a folder with the same name as
the input file name. The mht components will be stored there.
- Example:
- command: MhtRipper "Cool Dashboard.mht"
- folder: cool_dashboard
- html file: cool_dashboard.html
- components: cool_dashboard/somecomponent.xml
|