Previous Topic: Generate a ReportNext Topic: Visualize Data


View Data in a Chart

The Investigator lets you view column data in a pie chart. These charts provide a visual, customizable means of evaluating your data.

Follow these steps:

  1. Launch the Investigator.
  2. (Optional) Filter your data, if necessary.
  3. Click the View Charts icon in the Investigator toolbar.
  4. Use the drop-down lists to filter and customize your pie chart, and then click Add.
    1. Select the field to group your data.
    2. (Optional) Select the Aggregate format:
      Count

      Initiates the SQL function to display the number of rows that matches the specified criteria. This format is the aggregation default.

      Sum

      Initiates the SQL function to display the total sum of the numeric columns.

      Average

      Initiates the SQL function to display the average value of a numeric column.

    3. (Optional) Select the value that you are summing. This step does not apply when you select Count as the aggregation format.

    The customized pie chart appears in the center pane. If necessary, scroll down to see the table view.

    Note: If the number of slices is more than 10, the chart groups the rest of the slices under a slice named Others. The chart groups all columns having null values under a slice named NULL. The chart groups all columns having empty spaces as a value under a slice named EMPTY.

Example Pie Chart: Connected Systems

The example chart is based on a table that contains a column named System. This column identifies the systems to which CA Chorus is connected. System1 to System7 are the values that are listed under this column. CA Chorus has one connection to each system. If you select System as the field to group your data while charting column data, the following pie chart appears:

This pie chart shows the seven systems connected to CA Mainframe Chorus in the example.

To see the label and percent of the column value, hover over the slices. For example, if you hover over the slice that represents System5, the callout in the figure appears.

Example Pie Chart: Aggregating Data

This example shows how to use data aggregation. Assume that a bank has two types of accounts: checking and savings. Each account has a dollar balance. This list shows the various options based on the same group by value. Each pie has two slices—one for checking and one for savings.

Note: The following italicized values are intentionally generic to illustrate the usage for all disciplines.

Group by: account_type and Aggregate: Count

Shows a pie chart where the size of the slice corresponds to the number of accounts in the type.

Group by: account_type and Aggregate: Sum Of: balance

Shows a pie chart where the size of the slice corresponds to the total dollar value of the accounts in the type.

Group by: account_type and Aggregate: Average Of: balance

Shows a pie chart where the size of the slice corresponds to the average size of the accounts in the account type.