The FA_COST account will return the following values for January, February, and March 2014 depending on the View parameters used in the Opening function. The default view set for the scenario being processed is YTD.
Table 99. Example of Opening Function
Account | Dec2013 | Jan2014 | Feb2014 | Mar2014 |
---|
A#FA_COST | 900 | 1,200 | 1,100 | 1,500 |
Opening(“A#FA_COST”, “ ”) | N/A | 900 | 900 | 900 |
Opening(“A#FA_COST”, “ YTD”) | N/A | 900 | 900 | 900 |
Opening(“A#FA_COST”, “Periodic ”) | N/A | 900 | 1,200 | 1,100 |