Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Oracle Essbase 9 Implementation Guide

You're reading from  Oracle Essbase 9 Implementation Guide

Product type Book
Published in Jun 2009
Publisher Packt
ISBN-13 9781847196866
Pages 444 pages
Edition 1st Edition
Languages

Table of Contents (18) Chapters

Oracle Essbase 9 Implementation Guide
Credits
About the Authors
About the Reviewer
1. Acknowledgements
2. Preface
1. Installing Oracle Essbase 2. Essbase Data and Design Considerations 3. Building the Essbase Outline 4. Loading Data into Essbase 5. Calculating your Essbase Cube 6. Using your Essbase Cube 7. Getting the most out of the Microsoft Excel Add-in 8. Automating your Essbase Cube 9. Advanced Techniques 10. Essbase Analytics Option 11. Essbase System 9 Components A New Essbase Companion—Oracle Smart View

Calculate/Aggregate dimension


With an understanding of the Calc All function, we can now be comfortable describing the two very useful and related database calculation script functions.

Where the Calc All function is used to calculate the entire database based on the outline (consolidations and stored member formulas), the CALC DIM and AGG functions are used to perform almost the same function with dimension level precision.

The CALC DIM function performs exactly like the Calc All function in that it will execute calculations based on the database outline and Store Data tagged member formulas, with one huge difference. In calculating, functionality is constrained to only the database dimensions you list with this function. The following is an example of how you would code a CALC DIM statement to calculate only the Calendar Periods dimension.

To CALC DIM one dimension:

CALC DIM("Calendar Periods");

To CALC DIM more than one dimension in one command:

CALC DIM("Calendar Periods","Model Year","Market...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}