HypMenuVCalculation

Data source types: Essbase, Financial Management (ad hoc only), Hyperion Enterprise

Description

HypMenuVCalculation() can be used to open the Calculation Scripts dialog box and calculate the active database or checks on the status of an active database calculation.

Syntax

HypMenuVCalculation()

Return Value

Returns 0 if successful; otherwise, returns the appropriate error code.

Example

Declare Function HypMenuVCalculation Lib "HsAddin"() As Long 

Sub MCalc()
   X=HypMenuVCalculation() 
End Sub