Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

HypExecuteCalcScriptEx syntax

Maike WhiteJun 24 2022

Good Morning,
I am pretty new to interfacing with Smartview via VBA and have figured the basic things out, such as refreshing or submitting data. The thing that I would love to be able to do, is execute a business rule via VBA. I have the Developer Guide, but I can not figure the syntax out to save my life.
HypExecuteCalcScriptEx(vtSheetName, vtCubeName, vtBRName, vtBRType, vtbBRHasPrompts, vtbBRNeedPageInfo, vtRTPNames(), vtRTPValues(), vtbShowRTPDlg, vtbRuleOnForm, vtbBRRanSuccessfully, vtCubeName, vtBRName, vtBRType, vtbBRHasPrompts, vtbBRNeedPageInfo, vtbBRHidePrompts, vtRTPNamesUsed, vtRTPValuesUsed )
We created a test business rule that requires no prompts, just to see if I can get it triggered before we get more fancy :D I have an excel sheet with an already established connection to Hyperion. I am trying to trigger the Business rule "ZZ_Agg" in cube "Main".
I would be eternally grateful if somebody would help me out with the syntax please.
Thanks!
Maike

Comments