Book Image

MicroStrategy Quick Start Guide

By : Fernando Carlos Rivero Esqueda
Book Image

MicroStrategy Quick Start Guide

By: Fernando Carlos Rivero Esqueda

Overview of this book

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.
Table of Contents (17 chapters)
Title Page
Copyright and Credits
Dedication
Packt Upsell
Foreword
Contributors
Preface
Index

Limiting your data – Filters


Filters are versatile Application Objects that limit the amount of information a Report shows in its Template.

The following is a quick reference table for this MicroStrategy Object:

There are different types of Filters depending on what are they made of and where they can be used. These are the main types of Filters:

  • Filters from Attributes
  • Filters from Metrics
  • Filters from Reports

Note

The Report Filter will determine the WHERE clause in the SQL that MicroStrategy sends to the database.

Filters from Attributes

To create a Filter that limits the information based on an Attribute, simply drag and drop the Attribute to the Filter editor. There are three subtypes of Filters from Attributes:

  • Qualifying on an Attribute form: Allows the developer to control the column or field from the Attribute (Attribute form such as ID or DESC) and the operator (<, >, <>, =, CONTAINS, in list, not in list, and so on) used in the WHERE clause.
  • Qualifying on a Date Attribute: If...