HypMenuVQueryDesigner

Describes the Oracle Smart View for Office VBA function, HypMenuVQueryDesigner.

Data provider types: Oracle Essbase, Planning (ad hoc only), Planning Modules (ad hoc only), Financial Consolidation and Close (ad hoc only), Tax Reporting (ad hoc only)

Description

HypMenuVQueryDesigner() opens the Query Designer.

Syntax

HypMenuVQueryDesigner()

Return Value

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

Example

Declare Function HypMenuVQueryDesigner Lib "HsAddin"() As Long
Sub MDesigner()
   X=HypMenuVQueryDesigner ()
End Sub