- 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.
- 零基礎學Visual C++第3版
- Web應用系統開發實踐(C#)
- LabVIEW程序設計基礎與應用
- MySQL數據庫應用與管理 第2版
- 高效微控制器C語言編程
- Learning Spring 5.0
- MongoDB for Java Developers
- HBase從入門到實戰
- GitLab Repository Management
- HTML5從入門到精通 (第2版)
- Test-Driven Machine Learning
- Web Developer's Reference Guide
- 計算機應用技能實訓教程
- Deep Learning for Natural Language Processing
- 深入理解Java虛擬機:JVM高級特性與最佳實踐