IR Framework: A Scripting Library for Hyperion Interactive Reporting

The scripts documented here have been created to provide standardized, predictable functionality that is available across all Interactive Reporting documents that use IR Framework. To use these scripts in your Interactive Reporting files, see the Startup Script help page.



For objects, properties, and methods not documented here, like the Hash object or the Array.min() method, please see the documentation for Prototype 1.6.




Help document conventions:
Function, method, and property definitions
Function Definitions are shown as preformatted text in a shaded box.
[ActiveDocument.]LoadListBox (DashboardName, ControlName, ResultListName, SourceColName[, FirstItem[, SortDescending[, SortColumn]]])

Objects
Object names are in bold font.

The control must be a ListBox or DropDown.


Arguments
Arguments are shown italicized.

DashboardName is not the name of a Dashboard object.


Sample Code
Sample code is shown as preformmated text with comments in gray.

//	the following is sample code
ActiveDocument.LoadListBox("Dashboard", "drpOrgCode", "R-Organization", "Organization Code");
ActiveDocument.LoadListBox("Dashboard", "lstSubpgm", "R-Subpgm", "Sub Program Name", );