- 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
.
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- The DevOps 2.3 Toolkit
- PWA入門與實踐
- 云原生Spring實戰(zhàn)
- Java:Data Science Made Easy
- C語言程序設(shè)計
- Learning Salesforce Einstein
- Hands-On GUI Programming with C++ and Qt5
- Kubernetes進(jìn)階實戰(zhàn)
- 軟件工程基礎(chǔ)與實訓(xùn)教程
- 軟技能2:軟件開發(fā)者職業(yè)生涯指南
- 新手學(xué)ASP.NET 3.5網(wǎng)絡(luò)開發(fā)
- LibGDX Game Development By Example
- 移動智能系統(tǒng)測試原理與實踐
- 競技游戲設(shè)計實戰(zhàn)指南:MOBA+RTS+TCG+FPS