- SAP BusinessObjects Dashboards 4.1 Cookbook
- David Lai Xavier Hacking
- 414字
- 2021-07-23 19:43:59
Making the spreadsheet more readable with borders
To separate cells from each other and create different areas within a spreadsheet, you can use cell borders.
Getting ready
You can use the same basic dashboard as in the previous examples.
How to do it...
There's more...
We will now discuss three more topics regarding spreadsheet borders: using the toolbar border button, using multiple worksheets, and placing Excel logic within the spreadsheet.
Instead of right-clicking on the cells and using the Format Cells option, you can also use the Border button on the toolbar to adjust the border styles for a cell or a group of cells. You can find this button in the Font section of the Home tab. If you select the cell(s) and click on this button, a list of options will be shown, which you can choose from.

You can use borders to split data within a spreadsheet. But if your dashboard contains data from a lot of different (functional) areas, it is recommended that you split your spreadsheet into several worksheets. This will help you to keep your dashboard maintainable.
A good strategy to split up the spreadsheet is to divide your data in different areas that correspond to certain layers or tabs that you created on the dashboard canvas. You can also use separate sheets for each external data connection. Give each worksheet a meaningful name.

Another general guideline is to place as many cells with Excel logic and SAP BusinessObjects Dashboards interactivity functionality at the top left of the spreadsheet. This place is easy to reach without a lot of annoying scrolling and searching. Even more importantly, your dataset may grow (vertically and/or horizontally) over time. This can be a risk especially when you are using an external data connection and you don't want your logic to be overwritten. For example, if you use a column summation, place it at the top of the column instead of the bottom. This way, if you need to add another value to the list of cells to be summed, you can add it to the bottom without having to shift down the formula cell.
- UML和模式應(yīng)用(原書第3版)
- Visual Basic學(xué)習(xí)手冊(cè)
- Java編程技術(shù)與項(xiàng)目實(shí)戰(zhàn)(第2版)
- Jupyter數(shù)據(jù)科學(xué)實(shí)戰(zhàn)
- Windows Phone 7.5:Building Location-aware Applications
- Integrating Facebook iOS SDK with Your Application
- Mastering openFrameworks:Creative Coding Demystified
- HTML 5與CSS 3權(quán)威指南(第3版·上冊(cè))
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)案例教程
- C語言程序設(shè)計(jì)
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- Unity 2018 Augmented Reality Projects
- 代碼閱讀
- Python趣味編程與精彩實(shí)例
- jQuery技術(shù)內(nèi)幕:深入解析jQuery架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理