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 prompts to get user input


After showing how we can create a dashboard from scratch using Pentaho Dashboard Designer, we'll now look at how to choose an input parameter to dynamically set the country that we want to filter our dataset to get the top 10 ranking. This recipe shows us how to add one or more input parameter to our dashboard. Remember that this recipe makes use of Pentaho Dashboard Designer, a tool available only in the EE version of Pentaho.

How to do it…

The following steps detail how simply we can create a parameter to get user input from the dashboard:

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

  2. From the Objects option located on the left side of the band, select the Prompts item (see the following screenshot for details). The Prompts option's detail mask appears on the right-hand side of the Objects explorer...