On the
Specify
Grouping page, you can specify the columns by which groups
are defined, and the column that should be used to order observations
within each group.
-
If you specify Group
by columns, each grouping is evaluated separately to
find exceptions. There is either one or no exception for each grouping.
(A grouping is defined by a unique set
of values for the group by columns.) For example, if you specify MACHINE
,
the data for each unique machine is treated as a separate grouping
and evaluated separately for exceptions. In other words, for each
unique machine, either there is an exception or there is no exception
for that machine. If you do not specify any group by columns, then
the entire input data is evaluated as a whole. (The grouping is the
entire data set.) There would be either one or no total exceptions
for this definition.
-
If an order column is specified,
then observations are ordered within each group prior to evaluation.
Ordering observations impacts those exception definitions where you
want to flag an exception if a certain number of occurrences are
found in a row.
Tip
In most cases, you should
specify a grouping column.
Enter a value or accept
the defaults for the following fields:
-
Source table:
shows the full name of the input source table.
-
Available columns:
shows the list of columns that can be selected for grouping the exceptions.
-
Group by columns:
shows the columns that define the groups by which the exception definition
is evaluated. For example, if you want to evaluate each machine separately,
select MACHINE
as the grouping column.
If you are evaluating a summary table, the most likely choices for
grouping come from the class or ID columns of the summary table.
-
The Order Column box:
shows the column to be used to order observations within each group
prior to evaluation. If the Order Column is
not specified, then the evaluation uses the order of the observations
as they exist in the input data. If you are evaluating data from a
summary table, the most likely choice is the aging column, if there
is one.
In most cases, the Order
Column that is selected in an exception definition is
used for the horizontal axis of graph reports. However, if all of
the following conditions are met, then the horizontal column of the
graph uses the concatenated column, such as DAYDATEHOUR:
-
The input to the transformation
is a summarized aggregation table.
-
The class list of the input table
includes the HOUR column.
-
The aging column of the input table
is DAYDATE.
-
The input table includes the DAYDATEHOUR
column.
-
In the exception definition, either
of the following conditions is true:
-
The Order Column is
HOUR and the Group by columns field does
not include the aging column.
-
The Order Column is
the aging column and the Group by columns field
does not include HOUR.
Note: The label on the resulting
exception report might show Date_Hour
.
-
Format of the selected
column is displays the format of the column that is used
for ordering the analysis column. (The format is displayed for informational
purposes only.)
In the following display,
the group by column is DAYOFWEEK and the order column is DAYDATE.
This groups the data by each day of the week that is present in the
input data. In addition, the data is sorted by the date for each observation
in the data. In other words, the data is evaluated separately for
each day of the week (Monday, Tuesday, and so on). In addition, within
each group (DayOfWeek), the data is evaluated in order of the date
(DayDate).
Note: When you select multiple
Group By columns, the order of these columns affects the order of
reports as seen in ITRM Report Center, such as in the Resource workspace.
If you select those columns for exception definitions in the same
order that you selected the Group By columns for your performance
reports, then both the exception report results and the performance
report results are presented in the same order when seen in ITRM Report
Center. For example, if you selected DOMAIN
and
then MACHINE
as the Group By columns
for your performance report, you should not select MACHINE
and
then DOMAIN
as the Group By columns
for your exception report, if you want them to appear in the same
order in ITRM Report Center.
CAUTION:
If you
are selecting multiple Group By columns, select those columns in the
same order that you selected the Group By columns for your performance
reports.
For example, if you
selected DOMAIN
and then MACHINE
as
the Group By columns for your performance report, you should not select MACHINE
and
then DOMAIN
as the Group By columns
for your exception report.