Summarization

<< Click to Display Table of Contents >>

Navigation:  Version 6 Enhancements > Dashboard Designer > Data Shaping >

Summarization

To obtain numeric values that should be displayed within a dashboard item, Dashboard calculates a summary function against the specified measure.

img18722

This topic describes how to specify which summary function should be calculated against a particular measure.

The following sections are available.

Summary Function Types

Changing Summary Type

Summary Function Types

The following summary functions are available.

Count

The number of values (excluding Null and DBNull values).

This is the only summary type that can be calculated against non-numeric data.

Count Distinct

The number of distinct values.

Sum

The sum of the values.

img4460

Min

The smallest value.

Max

The largest value.

Average

The average of the values.

img4457

StdDev

An estimate of the standard deviation of a population, where the sample is a subset of the entire population.

img4458

StdDevP

The standard deviation of a population, where the population is the entire data to be summarized.

img4459

Var

An estimate of the variance of a population, where the sample is a subset of the entire population.

img4461

VarP

The variance of a population, where the population is the entire data to be summarized.

img4462

Changing Summary Type

By default, Dashboard calculates Sum for numeric measures and Count for measures that contain another type of data.

You can change the summary function type for numeric measures. To do this in the Designer, invoke the data item menu and select the desired summary type. Less common summary types are organized in the More submenu.

img19326