Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
MicroStrategy Quick Start Guide
MicroStrategy Quick Start Guide

MicroStrategy Quick Start Guide: Data analytics and visualizations for Business Intelligence

Arrow left icon
Profile Icon Rivero Esqueda
Arrow right icon
$19.99 per month
Full star icon Full star icon Full star icon Full star icon Full star icon 5 (1 Ratings)
Paperback Sep 2018 218 pages 1st Edition
eBook
$24.99 $35.99
Paperback
$43.99
Subscription
Free Trial
Renews at $19.99p/m
Arrow left icon
Profile Icon Rivero Esqueda
Arrow right icon
$19.99 per month
Full star icon Full star icon Full star icon Full star icon Full star icon 5 (1 Ratings)
Paperback Sep 2018 218 pages 1st Edition
eBook
$24.99 $35.99
Paperback
$43.99
Subscription
Free Trial
Renews at $19.99p/m
eBook
$24.99 $35.99
Paperback
$43.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
Table of content icon View table of contents Preview book icon Preview Book

MicroStrategy Quick Start Guide

Architecture - Installing and Configuring MicroStrategy

There are a good number of solutions, tools, and software that help companies and organizations to make sense of their data by turning it into information. This information needs to be analyzed and visualized in such a way that it can generate knowledge and insight into the past, present, and future of the organization. This cycle of data-information-knowledge-action is commonly known as business intelligence or business analytics, depending on the usage of that knowledge and the focus and perspective of those who make decisions. In simple terms, we can think of business intelligence as a way to maintain and optimize the present by looking into the past, whereas business analytics focuses on transforming the future by changing the present. MicroStrategy has been one of the market's leading business intelligence and analytics platforms since 1989.

This first chapter will introduce the MicroStrategy platform and explain its main components. Then it will cover MicroStrategy installation and configuration so that readers can start creating their first project and reporting applications right away. The following topics will be covered:

  • MicroStrategy architecture
  • Intelligence Server engines description
  • Intelligence Server components description
  • Web and mobile server description
  • Client applications for developers
  • Client applications for administrators
  • Client applications for information delivery
  • Installation and configuration
  • The MicroStrategy metadata
  • Creating and configuring project sources

MicroStrategy architecture

MicroStrategy is a platform suite which satisfies both Business intelligence (BI) and Business Analytics (BA) needs within an organization. It features powerful application software capable of resolving any question related to the past, present, or future of a given company, making MicroStrategy one of the best platforms for BI and BA in the market. MicroStrategy is capable of covering all BI/BA styles from basic reporting, OLAP business analysis, scorecards and dashboards, to more sophisticated predictive analytics and data mining.

MicroStrategy is a hybrid online analytical processing platform, also known as HOLAP. It is capable of generating queries or a SQL (Structured Query Language) from virtually any major relational database, such as Oracle, Teradata, Redshift, SQL Server, and so on. This is what gives MicroStrategy its ROLAP (relational online analytical processing) capabilities. However, it could also work as a MOLAP (multidimensional online analytical processing) with the use of cube structures.

As a developer, it is important to understand MicroStrategy's architecture. The following diagram depicts how MicroStrategy's components commonly fit into the big picture of BI/BA within an organization:

Microstrategy's architecture

At MicroStrategy's platform core resides the Intelligence Server, which connects to a data layer. This data layer acts as a data source, and it could be a relational database with enterprise data, such as a data warehouse or a specialized data mart. However, the Intelligence Server can also connect to a nonrelational data source such as transactional applications (OLTP), flat files, cube data structures, and website content, to name a few. There is also a metadata database or repository that the Intelligence Server uses to store the definitions of all MicroStrategy objects.

There are three main groups of client applications, or tools, within the MicroStrategy suite. First, there are client applications, which allow developers to create reporting and analytics solutions. These applications are MicroStrategy Developer, MicroStrategy Architect and MicroStrategy Web. Next, the information is delivered to the final user or analyst via MicroStrategy Mobile, MicroStrategy Web, Email, Printer, or File (using MicroStrategy Distribution Services, Narrowcast Server, or MicroStrategy Office). Finally, there are some applications with the purpose of managing and monitoring the business intelligence projects. Some examples are MicroStrategy Object Manager, MicroStrategy Command Manager, MicroStrategy Enterprise Manager, and MicroStrategy Integrity Manager.

Narrowcast Server is an information delivery application that is being replaced by Distribution Services.

In the following sections, you will learn in detail how each component fits into the whole architecture, resulting in a robust business intelligence and analytics platform.

Main server components

There are two main server groups in the MicroStrategy architecture. The core of the MicroStrategy platform is an application server called Intelligence Server. There are also two servers that will publish the information to the appropriate delivery method. These servers are the Web and Mobile servers. In the following sections we will learn about them.

The MicroStrategy Intelligence Server

The following diagram shows where the Intelligence Server resides within the platform's architecture:

The application server responsible for orchestrating every other component in the MicroStrategy platform is the Intelligence Server, also called I-Server. It is also the component that handles communication with the data sources (such as data warehouse or nonrelational databases) and the metadata database. There are three main I-Server engines, shown as follows:

  • SQL Engine
    The SQL Engine is responsible for creating the optimized SQL for the database. Once the SQL is generated, the I-Server SQL Engine will pass it to the Query Engine for execution. The SQL Engine also controls the other two engines.
  • Query Engine
    The Query Engine is responsible for sending the SQL towards the database. The I-Server Query Engine will connect to the database via ODBC (Open Database Connectivity) and execute the query. Once the SQL is executed, it will receive it and send it to the Analytical Engine for cross tabbing or additional nonSQL functions.
  • Analytical Engine
    The Analytical Engine is responsible for nonSQL actions such as in-memory manipulations and cross tabbing. Some typical examples of calculations not resolved by the SQL are functions that are not commonly supported by the database like rankings, subtotals, and other OLAP functions. This engine is also responsible for laying out the data in a cross-tab format. Finally, the Analytical Engine is in charge of any in-memory manipulation of the report (this is after the dataset is returned from the database) such as pivoting, Page-by, sorting, and conditional formatting.

In addition, there are three I-Server components that allow scalability, optimization, and distribution of the information:

  • OLAP Services
    MicroStrategy OLAP Services enable MOLAP capabilities with the creation and manipulation of in-memory datasets called Intelligent Cubes. (For more information refer to Chapter 4, Advanced Reporting - Interacting with and Improving Your Reports).
  • Report Services
    MicroStrategy Report Services allow flexible reporting layouts to create dashboards and scorecards. (For more information refer to Chapter 5, Dashboarding - Creating Visual Reporting).
  • Distribution Services
    MicroStrategy Distribution Services facilitate the delivery of reports and dashboards supporting multiple formats, schedules, and transmitters such as email, printers, and file servers.

MicroStrategy Web and Mobile servers

The following diagram shows where Web and Mobile servers reside within the platform's architecture:

Apart from the Intelligence Server, there are other two server components that connect to the information delivery face of the architecture. These servers are MicroStrategy Web and Mobile. The software components of MicroStrategy Web and Mobile are deployed and published using a web server such as Tomcat or IIS. These two communicate with the MicroStrategy Intelligence Server in order to deliver information to the corresponding Web and Mobile client counterparts.

Client applications

The MicroStrategy platform provides a complete set of client tools and applications that enable developers to build and design BI and analytics solutions, administrators to manage BI projects and their life cycle, and users to interact with data, and to discover and analyze it correspondingly.

All these client applications connect to the Intelligence Server, which manages them and controls how, when, and where the data and information should be directed.

For developers

The following diagram shows where developer tools reside within the platform's architecture:

The first client tools are the ones used for design and developing. The applications are MicroStrategy Developer, MicroStrategy Architect, and MicroStrategy Web:

  • MicroStrategy Developer
    Formerly known as MicroStrategy Desktop, MicroStrategy Developer is an application that gives developers the ability to create reporting and analytics solutions. This is the tool that power users or advanced developers utilize to build Public Objects, which include Reports, Metrics, Filters, and dashboards. MicroStrategy Developer also contains administrative features to configure, monitor, and secure the BI project.
  • MicroStrategy Architect
    MicroStrategy Architect is embedded into MicroStrategy Developer's interface and enables designers and developers to create objects that map to the database structures. These objects are called schema objects. (For more information refer to Chapter 2, Project Design - Creating Your Project Foundation).
  • MicroStrategy Web
    MicroStrategy Web is a light client application that permits both developing and performing interactive analysis. It provides a wide range of options, from data browsing, report manipulation and dashboard creation, to self-service, information distribution, and data discovery. In some, this client is used by both developers and final users as well.

For administrators

The following diagram shows where administrator tools reside within the platform's architecture:

The second set of client components includes those used for administration, script automation, monitoring, and managing the BI life cycle. Some applications are MicroStrategy Object Manager, MicroStrategy Command Manager, MicroStrategy Enterprise Manager and MicroStrategy Integrity Manager:

  • MicroStrategy Object Manager
    MicroStrategy Object Manager allows administrators to copy or promote objects across different environments such as nonproduction, test, and production.
  • MicroStrategy Command Manager
    MicroStrategy Command Manager gives the administrators the ability to create scripts to automate the most common administrative tasks. Third-party applications such as BMC Control-M and Airflow, can be integrated with MicroStrategy using Command Manager.
  • MicroStrategy Enterprise Manager
    MicroStrategy Enterprise Manager enables analysis of the information generated by the Intelligence Server and the project's usage. It provides a set of Reports and Dashboards that allow administrators to monitor system and report usage, as well as statistics that can be leveraged to create strategies to optimize the BI and analytics environment.
  • MicroStrategy Integrity Manager
    MicroStrategy Integrity Manager gives developers a tool to compare environments and the objects within, identifying and highlighting changes or differences that could occur between development, test, and/or production environments.

For users and analysts

The following diagram shows where information delivery tools reside within the platform's architecture:

The third set of client applications includes the ones that deliver the information to the final users and analysts. These clients are MicroStrategy Web, MicroStrategy Mobile, and MicroStrategy Distribution Services:

  • MicroStrategy Web
    MicroStrategy Web not only serves as software for development but also as a web-based client that delivers rich visualizations, powerful report manipulations, and interactive dashboards. MicroStrategy Web is integrated with MicroStrategy Distribution Services to deliver information in a variety of formats and media, such as email, files, or printed material.
  • MicroStrategy Mobile
    MicroStrategy Mobile delivers reports and dashboards anytime and anywhere to tablets and phones such as iPads, iPhones, and Android phones and tablets. MicroStrategy Mobile is fully integrated with the MicroStrategy platform, which allows it to use its report manipulation and visualization features, its flexibility, and at the same time provide security and scalability.
  • MicroStrategy Distribution Services
    MicroStrategy Distribution Services is the component of MicroStrategy Intelligence Server that performs the delivery of reports and dashboards in a full range of methods or locations (email, files, MicroStrategy history lists, or network printers) and formats (Excel, PDF, HTML, CSV, text, and so on).

Installation and configuration

The information conveyed in this section provides the prerequisites and minimum system requirements to install the current MicroStrategy, version 10.X. For prior versions, similar prerequisites apply. To make sure the requirements are met, check the MicroStrategy Release Notes (Readme file) that are included with the packaged installation files. In addition, MicroStrategy Online Community (https://community.microstrategy.com/s/) is a great place to find documentation, forums and the latest information about MicroStrategy.

Prerequisites

Before installing the MicroStrategy suite you must make sure these prerequisites are covered:

  • MicroStrategy installation files: Typically downloaded from the MicroStrategy download site in a compressed file.
  • License Key: Obtained from MicroStrategy account executive. MicroStrategy can also be downloaded and installed on a 30-day free trial.
  • Administrative privileges: On a Windows installation it is necessary to have a domain account with administrative privileges and access is required. For Unix/Linux, root access is necessary.

Required software:

  • For Windows:
    • Microsoft .NET Framework 4.0 or 4.5
    • Web server (to support MicroStrategy Web on ASP.NET) Microsoft Internet Information Services 7.x-8.x
  • For Linux/Unix:
    • Web server (to support MicroStrategy Web on J2EE) such as Oracle WebLogic 12c or 10.3.x, IBM WebSphere 7.x-8.0.X, or Apache Tomcat 6.0.x-7.0.X

System requirements

The following table serves as a guideline for the MicroStrategy 10 platform installation. These include recommended memory, available storage, and processor for each component.

MicroStrategy component
Minimum memory
Storage
Hardware

MicroStrategy Intelligence Server

4 GB

12 GB (as a rule, memory times 3)

Windows: 64-bit

MicroStrategy Web (Server)

4 GB

0.5 GB

Windows: 64-bit

MicroStrategy Mobile

(Server)

4 GB

0.5 GB

Windows: 64-bit

MicroStrategy Developer (including Architect)

2 GB

0.25 GB

Windows: 64-bit or 32-bit

MicroStrategy Object Manager

1 GB

0.25 GB

Windows: 64-bit or 32-bit

MicroStrategy Command Manager

2 GB

0.25 GB

Windows: 64-bit or 32-bit

MicroStrategy Enterprise Manager

1 GB

0.25 GB

Windows: 64-bit

MicroStrategy Integrity Manager

2 GB

0.25 GB

Windows: 64-bit

Notes:

For Linux/Unix the recommended hardware is:

  • Oracle SPARC
  • IBM AIX Power Architecture
  • HP-UX Intel Itanium
  • Red Hat/SUSE Linux 32- and 64-bit

For a complete list of supported and certified configurations, you can google MicroStrategy certified and supported configurations. With every release, MicroStrategy Inc. publishes detailed information about system requirements and supported configurations. The current one can be found at: https://www2.microstrategy.com/producthelp/10.10/Readme/content/certified_configurations.htm.

Windows installation

To install MicroStrategy on a Windows machine, it is necessary to log in to the workstation or server using an account with administrative privileges. In addition, the database servers must be in reach (via ODBC/JDBC) from the Intelligent Server to guarantee connectivity to the data warehouse (or data marts) and metadata database.

For development and production installations it is strongly recommended to install the Web/Mobile component on a separate machine from the Intelligent Server. Same goes for other client tools such as Enterprise Manager, Object Manager, Command Manager and Integrity Manager, it is recommended to have them installed on a separate machine too.

The installation of MicroStrategy is simple and guided by the installation wizard:

  1. Download the MicroStrategy suite.
  1. Locate and execute the setup file (MICROSTRATEGY.exe), shown as follows:
  1. This action will launch the installation wizard.
  1. Review and accept the license agreement and input the License Key, shown as follows:
Licences agreement and Licences Key
  1. Install options, including destination location and how many products in the suite will be installed, as shown in the next screenshot:
Lists of the products in the suite that will be installed
  1. If MicroStrategy Web is selected, it is necessary to establish the Internet Information Services (IIS) virtual directory in which the MicroStrategy Web code (ASP.NET) will be deployed. Similarly, for MicroStrategy Mobile, a new virtual directory for the IIS will be created.
  2. Continue with the summary of products to be installed and start the process.
  3. When the installation wizard completes, restart the computer to make sure the installation process has completed successfully.

Unix/Linux installation

There are different installation methods for MicroStrategy on Unix/Linux, either using a Graphical User Interface (GUI), in command-line mode, or silent mode (automated). The GUI mode and the command-line mode will launch the MicroStrategy Installation Wizard displaying the same pages and requesting the same information as the Windows counterpart. It is important to note, though, that MicroStrategy Object Manager , MicroStrategy Developer and MicroStrategy Enterprise Manager can't be installed in a Unix/Linux box.

The MicroStrategy metadata

By definition, a metadata is "data about the data." It is usually a file or database that describes another set of data or information. In MicroStrategy, the metadata repository is a database that contains the definitions of database objects such as tables and fields in a way that developers and users can easily understand. The MicroStrategy metadata could be thought of as a logical bridge between the technicalities of the database and the business terms, measures, and contexts of the organization.

The MicroStrategy metadata maps logical abstractions, called objects, to physical database objects, as illustrated in the following diagram:

Creating and configuring MicroStrategy metadata

Before creating the MicroStrategy metadata, it is necessary to have the following two prerequisites ready:

  • A blank database (Amazon Redshift, DB2, Informix, Impala, SQL Server, Oracle, and so on. For a complete list of certified MicroStrategy metadata databases, check the Readme file or release notes corresponding to the version you are installing.)
  • A DSN (Data Source Name) using the corresponding ODBC/JDBC driver to that blank database.
MicroStrategy Connectivity Wizard can also be used to create a DSN.

The steps to create the MicroStrategy metadata are:

  1. Open the MicroStrategy Configuration Wizard (macfgwizw.EXE). This tool will let you create a MicroStrategy metadata, configure an Intelligence Server, and create a project source among other configuration tasks, as shown in the following screenshots:
  1. Select the corresponding option for metadata creation: | Create Metadata, History List and Enterprise Manager Repositories.
  2. Select a DSN. The DSN will have the connectivity information and driver to access the blank database using ODBC/JDBC protocol.
  3. Follow the review window and click Next until the metadata table creation starts.
  1. During the creation of the MicroStrategy metadata, the MicroStrategy Configuration Wizard creates an empty shell with table structures that will host data about the data. The data that will be later populated within the structures is what we will refer to as MicroStrategy objects. This concept will be explained in the next chapter.

Intelligence Server configuration

Once the Intelligence Server is installed, it needs to be pointed to a MicroStrategy metadata. Once again the Configuration Wizard is used to perform this task. The object resulting from configuring an Intelligence Server is called a Server Definition. In order to create one, it is necessary to take into consideration the following prerequisites:

  • The Configuration Wizard must be executed directly from the same machine where the Intelligence Server is running
  • A DSN pointed to the MicroStrategy metadata database must be created in the same machine where the Intelligence Server is running

The steps to configure an Intelligence Server, pointing it to a MicroStrategy metadata are:

  1. Launch the MicroStrategy Configuration Wizard (if you proceed from the above procedure, the MicroStrategy metadata creation, this wizard should be already open for you).
  2. Select the corresponding option for the Intelligence Server configuration: | Configure Intelligence Server.
  3. Select a DSN. This DSN must point to the metadata.
  4. Once the DSN information is entered, it is necessary to either create or select an existing Server Definition.
  5. The configuration process begins with the Intelligence Server being stopped, then it is pointed to the specified metadata and automatically started again, completing the Server Definition creation or switching to a different one.

Project sources (2-tier and 3-tier)

Once the MicroStrategy metadata is built and the Intelligence Server configured, it is necessary to create one or more Project Sources. A Project Source could be defined as a direct or indirect access point to the metadata. It is used by MicroStrategy Developer and other client interfaces to build, interact, and manage the contents of the MicroStrategy metadata. A Project Source can be created using the MicroStrategy Configuration Wizard or the Project Source Manager.

There are two types of Project Sources:

  • 2-Tier (Direct): It is a Project Source pointed directly to a MicroStrategy metadata using an ODBC/DSN connection. This type of configuration is not recommended for production implementation since it won't guarantee mutual exclusion to the metadata. The 2-Tier configuration, illustrated in the following diagram, is only recommended for some maintenance and administrative tasks that require exclusive access to the metadata while the Intelligence Server is down.

To create a 2-Tier or Direct project source it is necessary to have a DSN/ODBC connection ready pointing to the MicroStrategy metadata database and corresponding credentials. Following are steps to create it from Developer:

  1. Tools Menu | Project Source Manager.
  2. Provide a Project Source name.
  3. Add | select in connection mode Direct.
  4. Provide ODBC DSN with corresponding login and password.

The following screenshot shows what your Project Source Manager will look like:

  • 3-Tier (server): This is a Project Source pointed to the MicroStrategy Intelligence Server that in turns points to the MicroStrategy metadata. This is the configuration used for development and production. A 3-Tier configuration will guarantee that the access to the MicroStrategy metadata is controlled by the Intelligence Server providing centralization, security and fail over support (when combined with a cluster of servers). The below diagram depicts a 3-tier configuration:

To create a 3-Tier or server Project Source, it is necessary to have the Intelligence Server IP address or server name. Follow these steps to create it from MicroStrategy Developer:

  1. Go to Tools Menu | Project Source Manager.
  2. Provide a Project Source name.
  3. Add | select in connection mode Server.
  4. Provide the Intelligence Server IP address, or server name, and a port number if applicable.

4-Tier configuration (MicroStrategy Web and/or Mobile)

Once the Intelligence Server is configured and pointed to a MicroStrategy metadata, the MicroStrategy Web and/or Mobile Server should be configured as well. Open the Web Administrator page, it is usually found in this URL if installed on Internet Information Services (IIS) Web Server https://<your server name>/asp/Admin.aspx . Then add the Intelligence Server IP address or domain name to connect via TCP/IP. The following diagram depicts this type of arrangement, which is called 4-Tier configuration:

Summary

At this point, you should be familiar with the MicroStrategy Platform architecture and understand how the different components relate to each other. Also, you should be able to install MicroStrategy and perform basic configurations such as metadata database creation, Intelligence Server configuration, and Project Source creation (in 2 and 3-Tiers).

The next chapter will introduce the important concept of MicroStrategy Objects. We will learn about a specific category, which will be the foundation for any MicroStrategy Project: The Schema Objects.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Learn the fundamentals of MicroStrategy
  • Use MicroStrategy to get actionable insights from your business data
  • Create visualizations and build intuitive dashboards and reports

Description

MicroStrategy is an enterprise business intelligence application. It turns data into reports for making and executing key organization decisions. This book shows you how to implement Business Intelligence (BI) with MicroStrategy. It takes you from setting up and configuring MicroStrategy to security and administration. The book starts by detailing the different components of the MicroStrategy platform, and the key concepts of Metadata and Project Source. You will then install and configure MicroStrategy and lay down the foundations for building MicroStrategy BI solutions. By learning about objects and different object types, you will develop a strong understanding of the MicroStrategy Schema and Public Objects. With these MicroStrategy objects, you will enhance and scale your BI and Analytics solutions. Finally, you will learn about the administration, security, and monitoring of your BI solution.

Who is this book for?

This book is for Business Intelligence professionals or data analysts who want to get started with Microstrategy. Some basic understanding of BI and data analysis will be required to get the most from this book.

What you will learn

  • Set up the MicroStrategy Intelligence Server and client tools
  • Create a MicroStrategy metadata repository and your first Project
  • Explore the main MicroStrategy object types and their dependencies
  • Create, manipulate, and share Reports
  • Create and share Dashboards
  • Manage Users and Groups

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Sep 28, 2018
Length: 218 pages
Edition : 1st
Language : English
ISBN-13 : 9781789136241
Category :
Languages :

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

Publication date : Sep 28, 2018
Length: 218 pages
Edition : 1st
Language : English
ISBN-13 : 9781789136241
Category :
Languages :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 142.97
Mastering Business Intelligence with MicroStrategy
$65.99
Apache Kafka Quick Start Guide
$32.99
MicroStrategy Quick Start Guide
$43.99
Total $ 142.97 Stars icon

Table of Contents

9 Chapters
Architecture - Installing and Configuring MicroStrategy Chevron down icon Chevron up icon
Project Design - Creating Your Project Foundation Chevron down icon Chevron up icon
Basic Reporting - Building Your First Reports Chevron down icon Chevron up icon
Advanced Reporting - Interacting with and Improving Your Reports Chevron down icon Chevron up icon
Dashboarding - Creating Visual Reporting Chevron down icon Chevron up icon
Security - Managing Your Users and Their Access Chevron down icon Chevron up icon
Administration - Maintaining and Monitoring Your Project Chevron down icon Chevron up icon
Quick Reference Tables by Object Type Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Full star icon 5
(1 Ratings)
5 star 100%
4 star 0%
3 star 0%
2 star 0%
1 star 0%
Cynthia Gonzalez Dec 17, 2020
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This is a book with the basics to get started with MicroStrategy. It guides you on how to create all objects, how to use them and what are their components. I recommend it for anyone who is interested in learning this technology from scratch.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.