In this example, the Telephone account is increased by 10%.
Table 108. Example of Increase_Decrease Function
Account | Jan2014 | Feb2014 | Mar2014 |
---|---|---|---|
A#Telephone | 100 | 300 | 400 |
A#Factor/C1[None] | 10 | 10 | 10 |
Increase_Decrease("A#Telephone", "A#Telephone", "A#Factor.C1#[None]",100,False) | N/A | N/A | N/A |
A#Telephone | 110 | 330 | 440 |
The result returned from the INCREASE_DECREASE function is as follows:
HS.EXP "A#Telephone = A#Telephone * (1+ (A#Factor.C1#[None]/100))”