POwn

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

  • Calculation

  • Translation

  • Consolidation

  • Allocation

Syntax

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

Note:

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

Table 11-41 Syntax for POwn 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 ownership for the member.

Example

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

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