Data provider types: Essbase, Planning (ad hoc only), Financial Management (ad hoc only), Hyperion Enterprise (ad hoc only)
HypUseLinkMacro() specifies the type of link view: static or dynamic.
Note: | Static and dynamic link views share the same menu option; therefore, you must turn the flag on before performing the dynamic link query. When you are finished with dynamic link views, turn the flag off. |
HypUseLinkMacro (bUse)
ByVal bUse as Boolean
bUse: Set to True to perform dynamic link. Set to False to perform static link.
Returns 0 if successful; otherwise, returns the appropriate error code.
Declare Function HypUseLinkMacro Lib "HsAddin" (ByVal bUse As Boolean) As Long Sub Example_HypUseLinkMacro() Sts = HypUseLinkMacro(True) End sub