A data item that represents
special predefined operations, like distinct count, percentage of
totals, percentage of subtotals, or frequency percent. Or the user
can define their own aggregated measure calculations.
Aggregate measures can
be used in only some report objects. They cannot be used in filters,
controls, spark lines, or time series graphs. Percentage of subtotal
items (including row total, row subtotal, column total, and column
subtotal) can be used in only in crosstabs. Some aggregated measure
calculations cannot be used in a detail rank.
|
||
A data item that is
calculated from existing data items by using an expression. For example,
you could create a calculated data item called Profit,
which is created by using this expression:
[Revenue]
— [Cost] , where Revenue and Cost are
measures in a data source.
Calculated dates and
times are treated as categories with distinct values being governed
by the date or time format that you have chosen. Numeric calculated
items can be treated as measures (with an aggregation type such as Sum,
which is applied to each distinct category combination). Or, you can
change numeric calculated items into category data items with distinct
values being governed by the number of decimal places in the numeric
format.
|
||
A data item whose distinct
values are used to group and aggregated measures. There are five types
of categories: alphanumeric, date, datetime, time, and numeric. Alphanumeric
categories can be made up of all letters, all digits, or a combination
of the two. Categories that have values that are all digits might
be physically stored as character or numeric data. The data type affects
how values are handled in relation to some functionality, such as
filtering, sorting, and formatting.
Examples of alphanumeric
categories include data items such as Product ID, Country, Employee
Number, and Employee Name.
Alphanumeric categories sort lexically.
|
||
A category data item
whose values are mapped to geographical locations or regions. Geography
data items can be used in reports to show your data on a geographic
map. For example, a geography data item can identify geographic information
that is specific to your organization (for example, sales regions,
warehouse locations, oil platforms, and so on). For more information,
see Working with Geography Data Items.
|
||
A data item whose values
are arranged with more general information at the top and more specific
information at the bottom. The first level in the hierarchy is the
root level. For example, you might have a Date hierarchy,
which includes the Year (the
root level), the Quarter, and
then the Month. You can also
have geographic hierarchies.
|
||