Book Image

Pentaho 8 Reporting for Java Developers

By : Jasmine Kaur, Francesco Corti
Book Image

Pentaho 8 Reporting for Java Developers

By: Jasmine Kaur, Francesco Corti

Overview of this book

This hands-on tutorial, filled with exercises and examples, introduces the reader to a variety of concepts within Pentaho Reporting. With screenshots that show you how reports look at design time as well as how they should look when rendered as PDF, Excel, HTML, Text, Rich-Text-File, XML, and CSV, this book also contains complete example source code that you can copy and paste into your environment to get up-and-running quickly. Updated to cover the features of Pentaho 8, this book will teach you everything you need to know to build fast, efficient reports using Pentaho. If your interest lies in the technical details of creating reports and you want to see how to solve common reporting problems with a minimum of fuss, this is the book for you.
Table of Contents (25 chapters)
Title Page
Credits
About the Author
About the Reviewers
www.PacktPub.com
Customer Feedback
Dedication
Preface

Chapter 15. Using Reports in Pentaho Business Analytics Platform

This chapter is the first one of a short series talking about using Pentaho reports in other components of the Pentaho Suite. In this chapter, in particular, you will learn how to use an existing Pentaho report in the Pentaho Business Analytics Platform. The Pentaho Business Analytics Platform is a web application used as frontend for final users and developers, enabling all of them to use its analytical tools such as dashboards, pivoting sessions, and obviously, reports.

In this chapter, you will be introduced to the basics of the Pentaho Business Analytics Platform, as well as a description of how to install it and upload Pentaho reports. Afterwards, you will learn how to manage permits and preview the report with a direct call or included in a Pentaho dashboard using the Pentaho CTools.

This chapter is written as a tutorial for developers and information technologists. The best way to learn is to follow the instructions on...