Calculates translation by bypassing rules. This function overrides the Application settings and can be used in SubTranslate rules only.
HS.DefaultTranslate(dRateForBalanceAccounts, dRateForFlowAccounts, bUsePVAForFlowAccounts, bUsePVAForBalanceAccounts)
Table 49. Syntax for DefaultTranslate Function
Number for rate | |
Number for rate | |
True or False | |
True or False |
In this example, if the parent member is United States, then statements between the If...Then and End If statements are executed.
If HS.Parent.Member=”UnitedStates” Then HS.DefaultTranslate .25, .27, True, False End If