Information maps support
filters that enable you to subset data for efficient reporting. These
filters make reporting easier by filtering out data that is not necessary
for a given report and focusing on the data of interest. For example,
you might create and use a filter named “Last Week”
that specifies a WHERE clause for
WeekDateDescRank=2
in
order to report on last week's data. Or, you might create a filter
named “E-mail Servers” to filter the data with a WHERE
clause Domain='E-mail' in order to report on a subset of the data
that relates to an e-mail server.
As mentioned in the
preceding topic, the
Adapter Setup wizard
automatically provides several filters for the Information Map transformations
that it creates. If you create your own filter for an information
map, ensure that the column with which you want to create the filter
has been defined in the source table.
Note: A report can use one or more
filters and these filters can be selected at reporting time. Unlike
aggregation filters, these filters do not filter out any data until
they are used in a report.