IsTransCurAdj

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

Syntax

HS.Value.IsTransCurAdj

Return Value

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

Example

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

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