If the forecast option is selected in the definition of the metric, this function must be implemented.
When the forecast cycle is run, the calculation engine calls this function instead of the Result function, in order to set the forecast of the calculation.
Function Forecast
Forecast=Sum / Count
End Function
This function must be implemented. The calculation engine calls this function to get the result of a calculation.
The function is always invoked immediately after the call to OnPeriodEnd.
If the current metric’s target is defined as dynamic, this function must be implemented. This function is called after the Result function is called.
Note: This function is not called in the forecast cycle.
Function Target Target=3 End Function
|
Copyright © 2013 CA.
All rights reserved.
|
|