Right now, each growth formula compares the appropriate
measure against the previous time period.
June is compared with May, and May is compared with
April.
But suppose we wish to compare each time period
with the one that occurred two time periods ago.
To do that:
1. Select the second growth formula: Growth(
Cost)
Once we click on a formula, Prism automatically displays
the formula's syntax inside the
formula editor.
2. Move mouse over the formula editor and click on it.
The formula editor turns yellow if it is currently in edit mode.
3. Modify formula to go back two periods
You can always define a growth formula from scratch by entering your own syntax
and using the Prev() formula just like it is used by the quick function.
Cost diff / Cost prev :
Cost diff = Cost - Cost prev
Cost prev = Cost in previous period
4. Click [
ENTER] or press on the Apply button
We can see now that the Growth(Cost) formula performs
a comparison over two periods.
We can also notice that both the April and May members
return zero values because they have no two older periods
to compare with.
If you wish to apply N periods on a quick time function without manual modifications
to the formula, use the Count Back Periods drop down menu item inside
the popup menu.