Download (for DataAreas)
Use this command to retrieve all data for the given DataArea from the database into local memory. A DataArea is created using the CREATE DATAAREA command, and initially consists of an empty structure only. The DOWNLOAD command is then used to populate the DataArea with data from the database.
Note: This command will download only DataAreas to which the user has access.
Syntax:
DOWNLOAD DataAreaName [StandardAll|StandardLeafOnly|CTA|LeafData|Validation]
where:
- DataAreaName is the name of the DataArea to download.
- StandardAll specifies that all standard data is downloaded. This option is the default for the DOWNLOAD command.
- StandardLeafOnly specifies that only standard leaf data is downloaded.
- CTA specifies that only CTA data is downloaded.
- LeafData specifies that only true leaf data is downloaded. This option differs from StandardLeafOnly in that it does not include calculated data on leaf symbols.
- Validation specifies that the discrepancy calculated by a validation rule is downloaded. You must use the Rule function to specify the server rule associated with this calculation.
Syntax example:
DOWNLOAD DataArea1 StandardLeafOnly
See also