Book Image

Business Intelligence with MicroStrategy Cookbook

By : Davide Moraschi
Book Image

Business Intelligence with MicroStrategy Cookbook

By: Davide Moraschi

Overview of this book

Business intelligence is becoming more important by the day, with cloud offerings and mobile devices gaining wider acceptance and achieving better market penetration. MicroStrategy Reporting Suite is a complete business intelligence platform that covers all the data analysis needs of an enterprise. Scorecards, dashboards, and reports can be explored and delivered on desktop, the Web, mobile devices, and the Cloud. With the latest Visual Insight tool, MicroStrategy brings the power of BI to the business users, allowing them to discover information without the help of IT personnel. Business Intelligence with MicroStrategy Cookbook covers the full cycle of a BI project with the MicroStrategy platform, from setting up the software to using dashboards in the cloud and on mobile devices. This book uses step-by-step instructions to teach you everything from the very basics to the more advanced topics. We will start by downloading and installing the software and a well-known sample SQL Server database. Then, one brick at a time, we will construct a fully-featured BI solution with a web interface, mobile reporting, and agile analytics. The chapters are ordered by increasing difficulty, and each one builds on top of the preceding chapter so that the learning process is progressive. The examples given in this book are practical, and you will be able to see the immediate result of your efforts. We will first cover setting up the platform, including the creation of the metadata and the different objects that are part of a BI project: tables, attributes, and metrics. Then, we take a look at how to create and analyze reports, charts, documents, and dashboards, as well as how to manipulate data with the desktop application, the web Interface, and an iPad device. The last part of the book is dedicated to advanced topics like the new agile analytics technology from MicroStrategy, where we cover both Visual Insight and MicroStrategy Cloud Express. Whether you are a database developer, data analyst, or a business user, Business Intelligence with MicroStrategy Cookbook will get you up to speed with one of the most powerful BI platforms on the market with the smallest possible investment of time and money.
Table of Contents (25 chapters)
Business Intelligence with MicroStrategy Cookbook
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Opening the MicroStrategy Desktop application


The platform is all set. We now have a brand new MicroStrategy Server up and running, but we don't have any projects yet.

This may be a good time to save your work and store a backup of the Windows machine, just in case. If you are running a virtual environment, a snapshot of the VM would be perfect.

The MicroStrategy Desktop application is the development tool to generate projects, objects, reports, and so on. It is also used to explore and manage the objects that reside in the metadata. From now on, we'll spend the major part of our time in this IDE.

It's not difficult to get used to the interface as it is fairly simple, much like the Windows Explorer you have folders on the left and details on the right.

Getting ready

You need to have completed the previous recipe to continue.

How to do it...

Let's open the Desktop application:

  1. Go to Start | All Programs | MicroStrategy | Desktop and click on the Desktop icon.

  2. Double-click on the line named MicroStrategy Analytics Modules, which was created by the setup and you'll be prompted for the metadata credentials; remember? The user is Administrator with no password.

  3. The first time you connect, a message will remind you that no project is there, click on OK. We'll create one in a moment.

  4. When you enter the MicroStrategy Analytics Modules (we call this a project source) for the first time, you'll be watching a window like the one in the following screen capture:

  5. Unfold the Administration folder and click on User Manger on the left pane. Then double-click on Everyone on the right pane. You will see there is only a user in this group.

  6. Double-click on the Administrator user icon to open the User Editor.

  7. Here, you can manage all the details of a user such as full name, login, password, or permission to see projects and which features the user has access to. There are two text fields for password with asterisks, type a new password here and confirm. Then close the editor by clicking on OK.

  8. Exit the Desktop application and open it again. This time you will be prompted for credentials to enter the MicroStrategy Analytics Modules, type Administrator and the password you just created.

How it works...

At the top-most level of the folder tree in MicroStrategy Desktop application there are the project sources, think of them as a shortcut to the Metadata. A project source is just a way for MicroStrategy to know where the Intelligence Server is running and how to connect to it.

The Administration folder is where all the administrative tasks are performed in the Desktop application, and you can see this because you've entered the application with an admin account.

There's more...

There are two types of project source, two-tiers (Direct) and three-tiers (Intelligence Server). Two-tiered project sources connect directly to the metadata database, while three-tiered first connect to an Intelligence Server, which in turn connects to the metadata.

Now that the administrative account is secured, if you forget this password, all of your work will be lost. Ouch! Really? Yes, exactly, please remember: there is no way known to humans to recover a metadata lost password. Only MicroStrategy Support can do this: I never dared to ask them to, so please take my work and be sure not to forget it.

Note

You can watch a screencast of this operation at:

See also

  • The Creating an empty project recipe in Chapter 2, The First Steps in a MicroStrategy Project