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

Changing the labels in an interactive report


With these first steps, we obtained our first reports designed using the metadata defined in the previous chapter's recipes. Now we are going to show you how to change some of the basics of our report, for example, the name of the labels in our report.

How to do it...

Let's imagine we want to change the grouping label from Store Type to Store Category. To do this, we must perform the following steps:

  1. Go to the /Public/Pentaho BA Cookbook/Interactive Reports folder and select Interactive Rpt Sample 3, which we created and saved in the previous recipe.

  2. Select Edit… from the File Actions menu.

  3. The Interactive Report designer starts and it opens the report in the Opened perspective.

  4. Double-click on one of the Store Type grouping labels (it does not matter on which of the labels). The inline editor will appear populated with the value of the original grouping label.

  5. Type in the new label's value, Store Category, and press the Enter key. The report will immediately...