ICPWeight

Gets the ICP weight for the application. The percentage of intercompany partner entity [ICP Entities] amounts that aggregate to the [ICP Top] member of the Value dimension. This function can be used in these types of rules:

  • Calculation

  • Translation

  • Consolidation

  • Allocation

Syntax

HS.AppSettings.ICPWeight

Return Value

The percentage of ICP entities that are aggregated into the ICPTopMember. The value is a percentage scaled to hundreds, with 1.0 equalling 100 percent.

Example

In this example, if the ICPWeight of the current application is 1, then statements between the If...Then and End If lines are executed.

If HS.AppSettings.ICPWeight = 1 Then
  ...
End If