Content Previous Next |
This section explains how to create a new report with the Report Manager (requires the Reporting extension installed). Press the 'Add report' button to launch the Report Manager.
| ||||||||||||||||||||||||||||
| In this step report columns, their headings and order may be configured.
'GROUP': a name of group the task belongs to. Group name may be configured in the Task Properties.
'TIMESTAMP': a time and date of an event recorded by AnyFileBackup.
'TASK': a task name that may be configured in the Task Scenario.
'TEXT': a message that is recorded into AnyFileBackup Event List.
'STATUS': a description of an event--an error or not.
| |||||||||||||||||||||||||||
| In this step conditions for including or excluding events may be specified. In other words, it is possible to filter in/out AnyFileBackup events. This step may be skipped if all events are to be included in the report.
'OR' means that if either of two conditions are satisfied, an event will be included into the report.
'AND' means that both conditions must be satisfied for an event to be included into the report. This connector creates a group of conditions (1 AND 2 AND 3) that is treated as a single condition (see the below example for details).
Example:
STATUS IS ERROR
OR GROUP IS NOT Samples
AND TASK IS Folder Back up
OR TEXT IS Failure
This means that there are three conditions:
Condition 1: STATUS IS ERROR
Condition 2: GROUP IS NOT Samples AND TASK IS Folder Back up (that is because 'AND' creates a single condition consisting of two parts)
Condition 3: TEXT IS Failure
'GROUP': a name of group the task belongs to. Group name may be configured in the Task Properties;
'TASK': a task name that may be configured in the Task Scenario;
'TEXT': a message that is recorded into AnyFileBackup Event List;
'STATUS': a description of an event--an error or not, or both.
'IS': an expression meaning that for an event to be included into the report, it must have its value in respective 'Field' be fully equal to a value defined in the 'Value';
'IS NOT': an expression meaning that for an event to be included into the report, it must not have its value in respective 'Field' be equal (either partly or fully) to a value defined in the 'Value';
'CONTAINS': an expression meaning that for an event to be included into the report, it must have its value in respective 'Field' be equal (either partly or fully) to a value defined in the 'Value'.
| |||||||||||||||||||||||||||
Step 3: Reports Date, Header, and Style | In this step general report settings may be configured.
There are two ways to define report start and end dates: with a macro and by defining an exact date (or a combination of them). The below table summarizes all available options:
Notes:
|
Content Previous Next |