Currency

Gets the currency for the application or for the current Value dimension member. This function can be used in these types of rules:

  • Calculation

  • Translation

  • Consolidation

  • Allocation

Syntax

HS.AppSettings.Currency
HS.Value.Currency

Return Value

A string that contains the currency name for the application or for the Value member.

Example

In this example, if Euro is the currency of the application then statements between the If...Then and End If statements are executed.

If HS.AppSettings.Currency = "Euro" Then
  ...
End If