• Logout
<div class="notebook">

<div class="nb-cell markdown" name="md1">
# Power User Tool
</div>

<div class="nb-cell markdown" name="md2">
To submit a report to Pacioli and obtain its analysis use ``checkReport3(ReportURL,ExtraResources,Options,ResultLink)``:
</div>

<div class="nb-cell query" name="q1">
checkReport3("http://xbrlsite.azurewebsites.net/2021/reporting-scheme/proof/reference-implementation/instance.xml", 
['http://xbrlsite.azurewebsites.net/2021/reporting-scheme/proof/disclosure-mechanics/disclosure-mechanics.xsd','http://xbrlsite.azurewebsites.net/2021/reporting-scheme/proof/reporting-checklist/reporting-checklist-rules-def.xml'], [valueAssertionsCanDerive,autoloadReportingStyle,cacheValidity(3600)], 
Result).
</div>

<div class="nb-cell markdown" name="md3">
To obtain Options, submit the financial report first via the main submission form, and copy the resulting *Options* list, under User Alterations at the top of the Pacioli report.

In the above example, that would be ``[valueAssertionsCanDerive, autoloadReportingStyle, cacheValidity(3600)]``.

ExtraResources`can be empty: ``[]``
</div>

</div>