OpenDataUnit

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

Syntax

HS.OpenDataUnit(POVExpression)

where POVExpression is a POV. As part of the POV Expression, the function supports user-defined lists for Account, ICP, C1, C2, C3, and C4. System lists are not supported with this function.

Return Value

When used in a sub consolidate routine, returns all records with data but only returns accounts that are flagged as consolidated.

When used in a sub calculate or sub translate routine, 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]”)