- SAP BusinessObjects Dashboards 4.1 Cookbook
- David Lai Xavier Hacking
- 289字
- 2021-07-23 19:44:00
Using named ranges
With named ranges, it is possible to define a worksheet cell or a range of cells with a logical name.
Getting ready
You can use one of the dashboards from the previous recipes, or just create a new blank dashboard.
How to do it...
How it works...
Using named ranges makes your formulas more readable, especially when you are working with multiple worksheets and using formulas that refer to cells in other worksheets.
Note
There is a restriction to using named ranges in SAP BusinessObjects Dashboards: the defined named range must refer to a single cell or must use formulas that return a single value from a range of cells. For example, let's say we have two named ranges: Sales
(A1:A12) and Cost
(B1:B12). A supported formula would be =SUM(Sales)-SUM(Cost)
. An unsupported formula would be =Sales-Cost
.
- iOS Game Programming Cookbook
- 極簡算法史:從數(shù)學(xué)到機器的故事
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- Monkey Game Development:Beginner's Guide
- Python數(shù)據(jù)分析基礎(chǔ)
- Git高手之路
- 匯編語言程序設(shè)計(第2版)
- Android 7編程入門經(jīng)典:使用Android Studio 2(第4版)
- Mastering C# Concurrency
- 游戲程序設(shè)計教程
- Building Mapping Applications with QGIS
- OpenShift在企業(yè)中的實踐:PaaS DevOps微服務(wù)(第2版)
- 飛槳PaddlePaddle深度學(xué)習(xí)實戰(zhàn)
- 零基礎(chǔ)入門學(xué)習(xí)Python(第2版)
- GameMaker Essentials