IsTransCur

Determines if the current Value dimension member is a translated currency member. This function can be used in Calculation rules.

Syntax

HS.Value.IsTransCur

Return Value

A Boolean expression that is True if the current Value member is a translated currency member; False if the current Value member is not a translated currency member.

Example

In this example, if the Value member is a translated currency member, then all statements between the If...Then and End If statements are executed.

If HS.Value.IsTransCur = TRUE Then
  ...
End If