Book Image

SAP BusinessObjects Dashboards 4.0 Cookbook

Book Image

SAP BusinessObjects Dashboards 4.0 Cookbook

Overview of this book

Xcelsius 2008 was recently included in SAP’s BusinessObjects 4.0 family, rebranding “Xcelsius Enterprise” as “SAP BusinessObjects Dashboards 4.0”. With features like flexible design and what-if scenarios, the powerful dashboarding software allows enterprises to make business decisions at a glance, and this book allows you to go far beyond the basics of these techniques. This cookbook full of practical and applicable recipes will enable you to use the full latest capabilities of Dashboard Design to visually transform your business data. A wide range of recipes will equip you with the knowledge and confidence to perform tasks like configuring charts, creating drill- downs, making component colors dynamic, using alerts in maps, building pop-up screens, setting up What-If scenarios, and many more.The recipes begin by covering best practices for using the Dashboard Design spreadsheet, the data-model, and the connection with the components on the canvas, later moving on to some from-the-trenches tricks for using Excel within Dashboard Design. The book then guides you through the exploration of various data visualization components and dashboard interactivity, as well as offering recipes on using alerts, dashboard connectivity, and making the most of the aesthetics of the dashboard. Finally, the recipes conclude by considering the most important add-ons available for Dashboard Design and enabling you to perform relevant and useful tasks straight away.
Table of Contents (22 chapters)
SAP BusinessObjects Dashboards 4.0 Cookbook
Credits
Foreword
About the Authors
Acknowledgement
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
Index

Transferring data between dashboards with Data Sharer


The Data Sharer add-on by Inovista is a very simple but powerful add-on that lets you share data between separate Dashboard Design dashboards.

Getting ready

You can get the Data Sharer add-on at the Inovista website: http://www.inovista.com/.

How to do it...

  1. Open a new Dashboard Design file and add a List Box component to the canvas.

  2. Enter some Labels.

  3. Set the Insertion Type to Label and bind the Destination field to spreadsheet cell B1.

  4. Drag a Data Sharer component to the canvas.

  5. Select Transmit Values and bind the Transmit Data Cells field to cell B1.

  6. Export the dashboard to an SWF file.

  7. Open a new Dashboard Design file and add a Label component to the canvas.

  8. Bind this Label component to cell B1.

  9. Add a Data Sharer component to the canvas.

  10. Select the Import Values option and bind the Import Data Cells field to cell B1.

  11. Export the dashboard to an SWF file.

  12. Now open both the SWF files and check out what happens if you select one of the labels.

How it...