OpenDataUnit

Gets the data unit to process during consolidation, calculation, or translation. This function can be used in these types of rules:

  • Calculation

  • Translation

  • Consolidation

Syntax

HS.OpenDataUnit(POVExpression)

where POVExpression is a POV. As part of the POV Expression, the function supports user-defined and system lists for Account, ICP, C1, C2, C3, and C4.

Return Value

When used in the Sub Consolidate subroutine, returns all records with data but returns only accounts that are flagged as consolidated.

When used in the Sub Calculate or Sub Translate subroutine, returns all records containing data, including accounts that are flagged as consolidated.

Note:

An account is consolidated if its IsConsolidated attribute = True.

Example

Set DataUnit=HS.OpenDataUnit{"A{TotalRev.[Base]}.C1{C1Top.[Base]}.C2{MyC2List}.C3#[None]")