Book Image

SAP BusinessObjects Dashboards 4.1 Cookbook

Book Image

SAP BusinessObjects Dashboards 4.1 Cookbook

Overview of this book

Table of Contents (26 chapters)
SAP BusinessObjects Dashboards 4.1 Cookbook
Credits
Foreword
About the Author
Acknowledgments
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Opening up a Web Intelligence report using dashboard parameters


It is important to distinguish between a dashboard and a report. A dashboard should be a one-page visualization of the most important data a user needs to see. A report contains details that are usually of the lowest granularity, and thus should remain at the SAP BusinessObjects Web Intelligence (Webi) report level. It is a common dashboard requirement to drill down from a chart or scorecard to view individual details. Instead of showing the detailed items on the dashboard, we can pop up a Webi report using parameters passed from the dashboard. In this example, we will pop up a Webi report using one input parameter from the dashboard.

Getting ready

A Webi report with a prompt must be set up first. In our example, the Webi report will ask for a Region parameter.

Tip

You can use the source file Opening up a Web Intelligence report using dashboard parameters.xlf from the code bundle as a reference to help guide you through the OpenDocument...