HFMwCalculate Component

The HFMwCalculate component enables you to execute consolidations, translations, calculations, and allocations. This component contains the methods described in the following topics.

Obtaining an HFMwCalculate Object Reference

Create an HFMwCalculate object with Server.CreateObject. After creating the object, call SetWebSession to associate the object with the HFMwSession object for the application:

Dim cHFMCalc
Set cHFMCalc = Server.CreateObject("Hyperion.HFMwCalculate")
' cHFMSession is a previously set HFMwSession object
cHFMCalc.SetWebSession cHFMSession