former_member523998
Participant
Member since ‎2015 Jun 04

User Statistics

  • 73 Posts
  • 6 Solutions
  • 83 Kudos given
  • 31 Kudos received

User Activity

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. ...