Number
Gets the current period number. This function can be used in these types of rules:
- 
                        Calculation 
- 
                        Translation 
- 
                        Consolidation 
- 
                        Allocation 
Syntax
HS.View.PeriodNumberReturn Value
The current period number.
Example
In this example, if the current period is the first period then statements between the If...Then and End If statements are executed.
If HS.View.PeriodNumber = 1 Then  ...End If