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

Creating a mouse-over help text pop-up


This recipe shows how you can create a pop-up screen that is activated by moving the mouse over a certain area of the dashboard. This can be handy if you want to add some minor additional information on a specific part or functionality of the dashboard.

Getting ready

No specific preparation is needed for this recipe. You can use any dashboard you already created or just start with an empty one. In this example we are reusing the dashboard we created in the previous two recipes.

How to do it...

  1. Drag a chart component (for example a pie chart component) into the canvas. If you are using an existing dashboard you can use one of the components of your dashboard instead.

  2. Drag a label component into the canvas and enter the text you want to show.

  3. Go to the properties pane of this label component. Select the Appearance tab and select the Show Fill option.

  4. After this, select the Show Border option and set the Border Thickness to 2.

  5. Move the label component over the...