-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Business Intelligence with MicroStrategy Cookbook
By :

Like dynamic aggregation, view filters are part of MicroStrategy OLAP Services; they are used to reduce the amount of data displayed on the grid without having to re-execute the query on the data warehouse. This means that the filtering is executed in the Intelligence Server memory and it is faster than filtering on the RDBMS side.
When dealing with a large volume of data it may sometimes be tempting to retrieve a full dataset in the first place and then play with view filters on the client side. Please see the Intelligent Cube feature on the OLAP Services guide in this case. In Chapter 12, In-Memory Cubes and Visual Insight, we'll see some examples.
Report filters differ from view filters in the fact that they apply a WHERE
clause to the SELECT
statement and re-execute the report every time a filtering condition is changed. View filters do not.
You should have already created the report 19 Products Sales on Internet, if not, please go back...
Change the font size
Change margin width
Change background colour