Quantcast
Viewing all articles
Browse latest Browse all 8357

Re: BPC 10.0 EPM AddIn SP18 : issue combining Grouping, Protection and Input Form

Here are the screenshots for the protection options.

 

- EPM protection options: with "Format Cells" and "Edit Context Options" chekced

Image may be NSFW.
Clik here to view.
BPC EPM protection option.PNG

And yes, we use 2 EPM Formatting Sheets in the worksheet, one for the report and an other one for the input form (with « Unlock Selected Cells » option).

 

We also use a macro Excel to refresh all this report and here is the code VBA:

---------------------------------

Dim EPMRefreshExp As New FPMXLClient.EPMAddInAutomation

Sub RefreshExp()

 

EPMRefreshExp.RefreshActiveSheet

    With ActiveSheet

.EnableAutoFilter = True

.EnableOutlining = True

.Protect Contents:=True, Password:="password", UserInterfaceOnly:=True

End With

End Sub

--------------------

 

Thanks a lot.

Regards.


Viewing all articles
Browse latest Browse all 8357

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>