Define a Matrix

The Matrix object shows two or more sets of series in a block-based matrix to display data points in relation to others. The bound data must have one column for the Name values, and one or more columns that define the Series, or axis data values. The output from the matrix is the set of rows matched against the matrix-selected object names. In the example below, % Kernel CPU, % User CPU, and % Total CPU readings are compared against each other.

Add a Matrix to a Dashboard

  1. Drag a Query Data block to the workspace and define the Query Data block as necessary.
  2. Drag the Matrix block from the Toolbox onto your workspace.
  3. Link the Query Data block with the Matrix by connecting the Query Data block’s output port to Matrix block’s input port.

  1. Optionally, Name the Matrix block (at the top of the Object pane) and provide a Description. The name will appear in the matrix pane’s title bar when the dashboard is viewed.

  2. Optionally, supply an Order for where on the Dashboard you want the matrix to display.
  3. In the Name field select the category ofdata you wish to display from the drop-down list. This is a required field. The example above uses Application Name (displayed in the legend for the dashboard when viewed).
  4. In the Series section, select a column for which to display data.
  5. If you wish to display additional Series, click the Add Series button, and then select a column another from the drop-down list. Repeat this step for each Series you wish to add.
  6. When you are done, click the Apply button to save your changes.