You are here: All Help Topics > Other Information > Action Events > Compare section

Compare Section Action

The Compare Section action compares specified data within the open document to a selected section in another document. When comparing a Knowledge Library, the section is populated with numbers from the actual client file.

Under Enter Example

Run Skip Condition

If desired, enter skip conditions for the event. When the "Run Skip Condition" is evaluated to be true, the action is not performed.

 

File Name

Full name of the second document

"c:\Program Files\CaseWare\data\simple\simplefs.cvw"

Section Label

Common label of the sections to compare

"CurrAssets"

Comparison Type

A selection for the comparison type

"Prior Year Document"

Ignore Hidden

A yes or no decision to ignore hidden sections during the comparison

"No"

ACTION("CompareLibraryEntry", expr1, expr2, expr3, expr4)

Where

expr1 = entry under File Name

expr2 = entry under Section Label

expr3 = entry under Comparison Type

expr4 = entry under Ignore Hidden

ACTION("CompareLibraryEntry", "c:\Program Files\CaseWare\data\simple\simplefs.cvw", "CurrAssets", "Prior Year Document", "No")

Related Topics