I'm working on documentation of my reporting project and I need to include a graphic of the physical model. I know that there's a way to generate an erwin from Microstrategy with the entire model tables and their relations, but I'm a newbie and I don't have any idea of how to do it.
Generate Erwin with Microstrategy 9+
58 Views Asked by Mariela At
1
There are 1 best solutions below
Related Questions in REPORTING
- Pivot Table with multiple rows all having the same level hierarchy
- creating many reports from a single template - what is this called?
- How to select the Data Source at Runtime in SSRS Report Builder
- How do I create a more filtered report in Version One, similar to an excel report?
- SSRS - Showing data's each character in box
- How to retrieve Install Statistics from the Google Developer's Console?
- Error handler for sum in ssrs
- Pentaho adhoc reporting functions
- How to retrieve my Install Statistics from the Google Developer's Console
- BIRT: Fit to whole page in report design?
- FastReport.Net. Registration of dataset
- In asp.net-mvc, what is the correct way to do expensive operations without impacting other users?
- How I can bind devexpress report table to list of strings?
- Generate PDF/html report and send report as mail in SonarQube 6.0
- SQL Group By in to separate result tables
Related Questions in DATA-WAREHOUSE
- Big data with spatial queries/indexing
- Joining date and time field in Tableau
- Talend Open Studio for Big Data
- spark stream and spark sql with data warehouse
- Errors in the OLAP storage engine: The attribute key cannot be found when processing
- Anchor modeling - tie: make first role?
- Is star schema still necessary for a big-data-warehouse?
- How to batch export raw data from Omniture (SiteCatalyst or Adobe Analytics)
- Omniture Data Warehouse Segments Issue
- Plotting data cubes
- SQL Server Storing DateTime as Integer
- When we use Datamart and Datawarehousing?
- How to merge two or more queries with different where conditions? I have to reuse the code which is being used in 1st where code
- Structural difference between Relational Databases vs. Multidimensional Databases
- Shell Script to Validate Filename
Related Questions in MICROSTRATEGY
- How can new features be added to microstrategy built application?
- How to invoke command manager scripts of Microstrategy using Java program without .bat file
- iOS App, embedded provisioing profile of framework produces error ITMS-90159 / 90179
- How to conditional count in MicroStrategy?
- MicroStrategy Mobile for Android Customize with external login page
- Javascripts for customization in microstrategy
- unchecking apply selection as a filter in microstrategy gives no data
- How to implement sub-query in Microstratergy?
- Microstrategy - Ratio from Summary Report fields
- Force Microstrategy to use specific table in join
- How to make Microstrategy to work with user schema in Redshift / psql tables?
- Microstrategy filter data by today's date
- Custom Banding option in Microstategy dashboard in 10.7 version
- WebFocus OR Microstrategy
- Configuring Cloudera Connector for MicroStrategy
Related Questions in PHYSICAL-DESIGN
- Oracle's Bitmap Index in SQL Server
- How can I create a model in Powerdesigner which can generate create script for different database?
- How many rows can fit in a datafile in PostgreSQL?
- Structure of a Multi-column index in SQL server
- Virtual server and Physical storage for SQL Server
- How does the `primary key` keyword relate to clustered indexes in SQL Server?
- How to store skip lists on disk?
- Entity-Attribute Data Models (like MS Common Data Model) for Industrial Automation and Manufacturing domains
- Should static database data be in its own Filegroup?
- physical model data types
- Supertype/subtype Notation for ERD
- In SQL Server would misc pages be pushed out when an object grows within a mixed extent?
- Refactoring tools for namespaces and physical project structure
- showing description in powerdesigner
- Generate Erwin with Microstrategy 9+
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can view all of the tables, their relationships, as well as attributes and their Parent/Child relationships using the Architect editor. You can access this by going into a project in developer, clicking schema drop-down, and selecting Architect.
Alternatively, as a shortcut, you can go into the same schema drop-down, select graphical view, and indicate whether you'd like to view Tables or Hierarchies (parent/child relationships between attributes). Either can be printed from the resulting screen.
Good luck!