I'm making a data manager package that has Check Boxes. Here's the the view to the user:
In BPC Documentation page 339, it describes how to convert inputs as single members, however I am not seeing how to handle an option that (I presume) create...
I'm trying to generate a popup for users to select a single month from a specified year. Unfortunately using =epmSelectMember is not an option as the requirement needs users to double click a cell with content already in it. The behavior I'm looking ...
Is there a trick to defining an EPMAddInDMAutomation object in AO?
I have a customer with an issue similar to this post where the API EPMAddInDMAutomation is not working in AO 2.7.x. This issue does not exist in EPM.
The error shown below would ...
Hey everyone. I have a pretty basic question regarding VBA and BPC. The VBA event Workbook_BeforeSave() does not seem to work when saving BPC templates to the server. I know there's a similar issue with the Workbook_Open() event from the server, and ...
Is there a method to identify what type of refresh a user has executed? Specifically, I want to execute a macro (unhide worksheets) if a user runs RefreshActiveWorkBook, but I do NOT want this to happen if a user conducts any other type of Refresh.
...
I've seen this issue with several customers. Microsoft released this article discussing incompatibility issues with SAP caused by a combination of versions of Office/Window. However, the article confuses me when it writes: "You're running Windows 10 ...
If you convert your data to a pivot table you could have top 50 ranking and toggle between volumes and financial figures pretty easily. No VBA needed. If you really wanted a button with VBA to integrate into a report you'd need to use one of the AO A...
This is an old question, but there's not a correct answer that properly addresses the correct steps.The typical method of running a macro using excel's Workbook_Open() method will NOT work in EPM.SolutionCreate a macro called after_workbook_Open and ...