Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Oracle Hyperion Interactive Reporting 11 Expert Guide

You're reading from   Oracle Hyperion Interactive Reporting 11 Expert Guide Learn Advanced Dashboards, JavaScript, Computations, and Special Topics from the Experts

Arrow left icon
Product type Paperback
Published in Dec 2011
Publisher Packt
ISBN-13 9781849683142
Length 276 pages
Edition 1st Edition
Arrow right icon
Toc

Table of Contents (18) Chapters Close

Oracle Hyperion Interactive Reporting 11 Expert Guide
Credits
About the Authors
Acknowledgments
About the Reviewers
www.PacktPub.com
PacktLib.PacktPub.com
1. Preface
1. Advanced Hyperion Interactive Reporting Techniques 2. Introduction to JavaScript and the Interactive Reporting API FREE CHAPTER 3. Creating a Simple Dashboard 4. Introducing Dashboard Interactivity 5. Building the Dashboard Framework 6. Advanced Dashboard Techniques 7. Advanced Data Analysis 8. Creating Briefing Slides and Executing Batch Exports 9. The Central Code Repository 10. Optimizing and Merging

Building the Global Code Dashboard


In order for any section of the Interactive Reporting document to access functions stored in the CCR, the functions need to be globally declared as part of the document start-up process. If the necessary code was directly assigned to the document object's OnStartup event, the code would be run when the document was opened before any other actions were performed by the client. While this would ensure the functions are declared before any report object attempts to call them, code errors, such as an infinite for loop, will cause the document to become unstable and irrevocably corrupt. To avoid this hazard, use the techniques explained in Chapter 5, Building the Dashboard Framework to alternatively mange the document start-up processes.

Creating the Global Code Dashboard

Once the query is configured...

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 $19.99/month. Cancel anytime
Banner background image