Altair® Panopticon

 

Actions

Actions allow Panopticon workbooks to be more interactive:

q  Link information in dashboards to external systems

q  Use Navigation Actions to pre-filter dashboards

q  Open web pages contextually through URL Actions

q  Execute JavaScript functions in context using Script Actions

Perform all of the above through the Action buttons

Actions use parameters to pass selected text values to external applications, to JavaScript functions and to other dashboards.

All methods provide the ability to view a summary data set, select particular items of interest and then jump to another data set focused on these particular items. This focused data set may be presented through another tab within the workbook (Navigation Action) or through an external system (URL Actions & Script Actions).

Actions are exposed to the user through the right-click context menu, with the Action icon to the left of the Action name.

 

Within Panopticon, the focused data set is achieved through the use of parameters in the data set. See Adding Data Table Parameters section for more details.

Parameters values, must be text and are specified through:

q  Default values on the creation of the parameter in the data table

q  Default values on the creation of the parameter on the dashboard pane

q  Values specified as a result of right-clicking on an item and executing an action

q  Values specified externally, when a workbook is accessed via the web browser, and the parent web page includes the specified values as inputs

q  In the specific case of the parameter _user_id, the authenticated username is retrieved.

q  In the other special case for the parameters $TimeWindowStart, $TimeWindowEnd,and $Snapshot

q  Other special cases for parameters used for zooming allow for $XAxisValueMin, $XAxisValueMax, $YAxisValueMin, and $YAxisValueMax

Typically, actions are created once the workbook design has largely been completed, with visualizations added to each Dashboard (tab), some being open to all data, and some being parameterized, visualizing data based on the default parameter values.