Define Equality Check Warnings
Equality check warnings enable values in the new style smart tables to be checked against each other.
All checks can be placed inside a single element and anywhere within the report.
Define equality check warnings in your report as follows:
-
- Click the
Edit XBRL button on the Report toolbar.
- Insert a new empty element anywhere in the report. Right-click the element and select Go to XML.
- Ensure the XML Source tab is selected.
- Insert the following:
- Click OK.
<warnings><check-equality name="Warning1" primary="Table2.Section1.ValueColumn" ref="Table1.Section1.ValueColumn" opposing-sign="true" /> </warnings>
The optional opposing sign element enables you to check for the correct sign between credit and debit values.
This command will generate a warning if the values in the defined columns in the two tables are different.
- Click the