PCon

Gets the percentage of consolidation for the current member or a specified member. This function can be used in these types of rules:

  • Calculation

  • Translation

  • Consolidation

  • Allocation

Syntax

HS.Node.PCon("S#Scenario.Y#Year.P#Period.E#Entity")
HS.Node.PCon("")

Note:

Use a blank string ("") to apply this function to the current member.

Table 11-40 Syntax for PCon Function

Parameter Description

Scenario

Name of a valid Scenario dimension member.

Year

A valid year.

Period

A valid period.

Entity

Name of a valid Entity dimension member.

Return Value

The percentage of consolidation for the member.

Example

This example gets the percent consolidation for the specified point of view:

Pcon = HS.Node.PCon("S#Actual.Y#2014.P#January.E#Regional.Connecticut")