Finish Report
This command is used to stop a report. If a report is stopped using Finish, the report will still be displayed with the information collected so far.
Cancel Report
This command works very similar to Finish Report except that when used, it cancels the report without reporting the contents.
Both commands can be used in conjunction with an If test to test for a condition in the script. If the condition is met then either the report is displayed as it is or cancelled completely.
Examples
Example use of Finish/Cancel
The Finish and Cancel Report commands work in exactly the same way, only Finish Report is shown in the example below.
If "Side" is equal to "TOP"
Finish Report
Else
next command