SQL Server:
@AF1_reviewed=NULL or <Audit value>
@AF2_reviewed=NULL or <Audit value>
@AF3_reviewed=NULL or <Audit value>
Oracle:
AF1_reviewed=>NULL or <Audit value>
AF2_reviewed=>NULL or <Audit value>
AF3_reviewed=>NULL or <Audit value>
These parameters determine which events are included in the Reviewed Events metric. AF1, AF2 and AF3 refer respectively to audit fields Field 1, Field 2 and Field 3.
By default, these parameters are set to NULL, meaning that the presence of any value in these audit fields will cause the event to be added to the 'Reviewed Events' metric.
To narrow the metric definition, you can set these parameters to any combination of supported values; these are listed in the next section. You must enclose the parameter values in single quotes.
Note: The aggregation uses a LIKE operator when querying the values in an event's audit fields. For example, @AF1_reviewed='esc' will match the audit status of 'Escalate'.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |