- SAP BusinessObjects Dashboards 4.1 Cookbook
- David Lai Xavier Hacking
- 213字
- 2021-07-23 19:44:07
Showing a trend without a chart
Showing a trend with a line chart is very useful if you want to show data over more than two periods. In some cases, all this historical information is unnecessary and you only want to display the direction of the trend—up, down, or no change. The trend icon component delivers this functionality. This recipe will show you how to use it.
Getting ready
Open a new SAP BusinessObjects Dashboards file and enter the data, as shown in the following screenshot, into the spreadsheet:

How to do it...
How it works...
The trend icon component can only be bound to a single cell. If this cell has a positive value, the component will be shown in positive state (arrow up). If the value is negative, the component will turn into its negative state (arrow down). If the value is zero, a neutral state is shown (flat line icon):

We used the formula to calculate whether the change in trend is positive, negative, or neutral.
- 深入核心的敏捷開發:ThoughtWorks五大關鍵實踐
- Mobile Web Performance Optimization
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- Python Network Programming Cookbook(Second Edition)
- Visual C
- Python機器學習編程與實戰
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Python算法詳解
- Procedural Content Generation for C++ Game Development
- HTML5秘籍(第2版)
- FPGA嵌入式項目開發實戰
- 青少年學Python(第2冊)
- Python預測分析實戰
- Python 3快速入門與實戰