- IBM Cognos TM1 Developer's Certification guide
- James D. Miller
- 167字
- 2021-08-06 19:59:04
Aggregations
One of the key things to understand is that TM1 will quickly and efficiently aggregate numeric element values for your reporting.
For example, consider a simple calculation such as aggregating (or rollup) the values of a group of accounts into one amount. This is accomplished through aggregation. Aggregation is automatically applied in TM1 while building a dimension using something called hierarchies.
A hierarchy is a way to organize data at different levels of aggregation.
It is important to understand that aggregation calculations will be based upon each element's "weight". IBM refers to this as the element's weight factor. Weight factors determine the contribution of an element to a consolidation.
The default element weight is one.
Just about any weight factor can be assigned to an element and it is not uncommon for an element to have a negative weight factor, causing it to be subtracted from the total aggregation amount. Therefore, to show a negative value, a developer can assign a negative weight to an element.
- R語言經典實例(原書第2版)
- Java入門很輕松(微課超值版)
- Responsive Web Design with HTML5 and CSS3
- 從0到1:HTML+CSS快速上手
- Python高級編程
- Functional Programming in JavaScript
- Node.js Design Patterns
- Learning OpenStack Networking(Neutron)
- 微服務架構深度解析:原理、實踐與進階
- Mastering C++ Multithreading
- UML2面向對象分析與設計(第2版)
- Scratch從入門到精通
- Spring Boot從入門到實戰
- Java多線程并發體系實戰(微課視頻版)
- Swift從入門到精通 (移動開發叢書)