Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter Twenty-threeXBRL Functions (continued)

23.2 XBRL View and Objects

23.2.1 Overview

This section describes a series of high-level functions to access XBRL data from XBRL View.

In addition, Legato provides complete access to XBRL as an XBRL View formatted window using the Data View and Data Sheet Objects. While programs can access data, it does require an intimate knowledge of XBRL View and what each sheet type does.

The functions are grouped as:

Section 23.3 Presentation Functions

Section 23.4 XBRL Context Functions

Section 23.5 Element Functions

Section 23.6 Fact and Data Functions

Section 23.7 Line Item Functions

This section assumes user has working knowledge of XBRL.

23.2.2 XBRL View and Data View

XBRL View is based on Data View and all Data View and Data Sheet functions can be used to access information within an XBRL View. While this allows any information to be accessed, it assumes the programmer has knowledge of the underlying workings of XBRL View.

The view manages the editing and synchronization of facts, context and other control information. Do not write directly to cells, whether display or control data. Doing so will result in unpredictable behavior.

23.2.3 Functions