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

Creating a new role


We opened this chapter with a set of recipes on how to manage users in Pentaho BA Server. Now, in this recipe, we are going to see how to create a new role and how to associate it with a predefined set of operation permissions. Operation permissions are the set of things a user can or cannot do if they would be a member of this role. That said, the role is a way to associate a set of users with the same collection of operation permissions.

How to do it...

The following steps will show us how to define a new role and associate it with a set of Operation Permissions:

  1. From the Users / Roles entry of the left menu, select the Manage Roles tab.

  2. Click on the plus (+) icon in the upper-right corner of the Roles list and the New Role dialog box will open, as shown in the following screenshot:

  3. In the Name field, type the name of role we are going to create. This field is mandatory. As soon as we start filling the field with some characters, the OK button appears.

  4. If we click on the...