Book Image

Pentaho Business Analytics Cookbook

By : Sergio Ramazzina
Book Image

Pentaho Business Analytics Cookbook

By: Sergio Ramazzina

Overview of this book

<p>Pentaho Business Analytics 5 is a complete open source business intelligence suite, providing data integration, OLAP, reporting, data visualization, and data mining features.&nbsp; Pentaho Business Analytics Cookbook provides you with a valuable and detailed set of recipes that illustrate all the features of Pentaho Business Analytics 5, the new version of the popular BI platform. The book provides clear illustrations and simple examples, helping you learn the core topics visually.</p>
Table of Contents (19 chapters)
Pentaho Business Analytics Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Adding subtotals to rows' categories


An interesting option that is very useful when we build such a type of analysis is the ability to have either subtotals by categories at various levels, or grand totals by rows and/or columns, or both. This recipe shows you how to build subtotals by rows or columns and how to enable the visualization of grand totals. Note that this recipe makes use of Pentaho Analyzer, a tool available only in the EE version of Pentaho.

How to do it...

The following steps detail how easily we can add subtotals to rows' categories:

  1. From the Browse Files perspective, go to the /public/Pentaho BA Cookbook/Analysis Reports location, select the Analysis Report 1 report saved in the previous recipe, and choose Open from the File Actions menu on the right.

  2. From the Customer dimension, drag-and-drop the Country level to the Rows Fields layout zone and position it before the Product Department level (as a parent of that level). The analyzer recalculates the report.

  3. In the report's...