- SAP BusinessObjects Dashboards 4.1 Cookbook
- David Lai Xavier Hacking
- 335字
- 2021-07-23 19:43:58
Making the spreadsheet more readable with colors
The more complex a dashboard gets, the more clogged the spreadsheet might get with data, Excel formulas, and other usages. To make clear what the exact purpose of a cell is, we color code them to make things more clear.
Getting ready
You need a basic SAP BusinessObjects Dashboards file containing a few components in the canvas with some bindings to the data model in the spreadsheet.
How to do it...
- Go to your data model in the spreadsheet.
- Select the cell(s) you want to color.
- Click on the Fill Color button in the Font section of the Home tab and select the desired color.
- Color the cells that have dynamic visibility values in orange.
- Color the cells with input values from canvas components in yellow. In the following screenshot, row A3:N3 is used as the destination range for a drill down from a chart.
- Color the cells that will be filled with data from an external data source in blue.
- Color the cells with Excel formulas in green.
How it works...
As you can see, there are many roles that cells in the spreadsheet can play. If these were not color coded, you would be faced with a daunting task when updating the Excel model in the future. In our example, we colored calculations in green, external data input in blue, and component input data in yellow.
There's more...
To make the data model readable, not only for yourself but also for others, it is helpful to create a legend in your spreadsheet that explains what each color represents. Any color scheme can be used, but it is important that you stick to the chosen scheme and use it consistently throughout the development of your dashboard.
It is important to create a separate worksheet that houses the legend, as seen in the following screenshot. You can also use this overall summary worksheet to include the information such as project name, description, usage, version (history), and so on.

- VMware View Security Essentials
- 數據庫系統教程(第2版)
- The Modern C++ Challenge
- Maven Build Customization
- ASP.NET Core 2 and Vue.js
- Oracle數據庫從入門到運維實戰
- Android系統級深入開發
- 智能搜索和推薦系統:原理、算法與應用
- Django 3.0入門與實踐
- MINECRAFT編程:使用Python語言玩轉我的世界
- SciPy Recipes
- JavaScript機器人編程指南
- 愛上C語言:C KISS
- OpenCV Android Programming By Example
- Selenium WebDriver Practical Guide