Chapter 2. Introduction to JavaScript and the Interactive Reporting API
Building expertise in Interactive Reporting requires a solid working knowledge of the use of the JavaScript programming language, Interactive Reporting built-in functions, and the features of the Interactive Reporting Application Programming Interface (API). The Application Programming Interface (API) in Interactive Reporting provides the ability to access objects and events used by the core application. The object properties and event behaviors are orchestrated using JavaScript code to drive a desired application behavior typically in the form of an end-user interface or business application.
The goal of this chapter is to provide users with an introduction to JavaScript and the Application Programming Interface. The chapter will begin with an in-depth look at the Interactive Reporting API and will conclude...