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

Running a user's tasks in the background


Sometimes, it might be useful to define the execution of a task in the background. That's the case, for example, when printing a long-running report. This recipe will show you how to do this easily.

Getting ready

To get ready for this recipe, the following conditions must be met:

  1. The Pentaho user must be successfully logged in to the Pentaho User Console.

  2. The user role must have the Schedule Content operational permission assigned.

  3. The user must be in the Browse Files perspective.

How to do it...

Perform the following steps to filter through a set of existing schedules:

  1. From the Browse Files perspective, navigate the Pentaho solution looking for the report that you would like to execute as a background task. As an example, go to /Public/Pentaho BA Cookbook/Pentaho Reporting and look for Pentaho Report Sample 11.

  2. Click over the report you have identified. Look at the File Actions menu and click on Run in background… (see the following screenshot for details...