When you use Interactive Reporting to create a dashboard, you can include one or more Interactive Reporting documents and one or more of script components:
Startup and Shutdown Scripts—Scripts that run when documents are opened and closed (Save and Save As in Interactive Reporting Studio, Interactive Reporting Web Client, and EPM Workspace do not execute document shutdown scripts when saving documents. These scripts only execute when documents are closed. To prevent a startup script from running, press and hold Ctrl while opening the document)
Dashboard Shapes and Controls—User-interface components that enable interaction with the application
Computed Columns—Scripts that run within the context of a results or table section column
Custom Menu Items—Items that enable scripts to run from any section
On Windows, you can launch script commands from the command line. The commands must include the ‑jscriptcmd flag. For example, to launch Interactive Reporting, you type
brioqry.exe –jscriptcmd "Application.Documents.Open ("c:\\temp\\hyperiondoc.bqy")"