IBM TM1, Planning Analytics, PAx and PAW • }dimensionsecurity cube Created
Hi,Does anyone know how the dimensionsecurity cube can get created. I am seeing it in a model today, and it is causing access issues as it is just empty, and empty means no access.More pertinent, is...
View ArticleIBM TM1, Planning Analytics, PAx and PAW • Re: }dimensionsecurity cube Created
}dimensionsecurity can be created with PAW or Architect (by an admin user) by right clicking on dimensions and setting security. In PAW the user gets a notification if the cube doesn't exist checking...
View ArticleIBM TM1, Planning Analytics, PAx and PAW • VBA Code for PAFE
Hi, Apologies if this has already been requested in the past, but I haven't been able to find anything about it. I have recently joined a company that uses IBM Analytics for excel (PAfE) and I am...
View ArticleIBM TM1, Planning Analytics, PAx and PAW • Re: VBA Code for PAFE
Start here - Should get you going with the prerequisites you need using the CognosOfficeAutomationExample.bas and CognosOfficeMessageSuppressor.cls files. Without these you will battle.Statistics:...
View ArticleIBM TM1, Planning Analytics, PAx and PAW • Re: Drill-through to a cube view
Fast forward to Q2 2025 and this seems to be fully working. [Still waiting for drills to MDX views though.]I can get a fully dynamic target view without any other action by the user I wrote a generic...
View ArticleUseful code, tips and tricks • Drill-through to a cube view with minimalistic...
Hello,I was able to script a drill-through to a cube view:https://tm1forum.com/viewtopic.php?p=84403#p84403Have a look there to download the generic process and look at the examples of how to call...
View ArticleUseful code, tips and tricks • Re: Drill-through to a cube view with...
As an example call, use:Code: NumericGlobalVariable( 'nErrors' );StringGlobalVariable( 'vObject_Name' );cCube = 'Prm_Init';vObject_Name = 'Drill_Details (%u% at %t%)';# Create the drill object (the...
View ArticleIBM TM1, Planning Analytics, PAx and PAW • How to use a parameter cube in PAW...
I have a calculated member in a PAW view. Instead of hardcoding the values in the calculation I would like to retrieve the element name from a parameter cube. I can't figure out the correct...
View ArticleIBM TM1, Planning Analytics, PAx and PAW • Re: How to use a parameter cube in...
For posterity, I got these two to work. I do want to get the TM1SUBSETTOSET to work. Still testing that one.Code: STRTOMEMBER("[Scenario].[Scenario].["+LOOKUPCUBE( "Control","([Control...
View ArticleIBM TM1, Planning Analytics, PAx and PAW • TM1User() variable in Rules
I am experimenting with TM1User() in a rule in a development environment. I'm implementing Element security using the Department dimension. I'm assigning users to a group called 'D200' where they can...
View ArticleIBM TM1, Planning Analytics, PAx and PAW • Re: TM1User() variable in Rules
If you added the security group, why not just let it do what it should?Sounds like you need two groups.Have you test Trace Cell to see that they cannot see the underlying values?Statistics: Posted by...
View ArticleIBM TM1, Planning Analytics, PAx and PAW • syncronize selected members...
Hello, I am creating a view of a cube in planning analytics. I have a dimension for columns and another for rows. These two dimension have for great part the same members. I want to syncronize the...
View ArticleIBM TM1, Planning Analytics, PAx and PAW • Regular PAW Restart?
Hello,We have some PAW servers at several customers running (windows 19/22). Most are working fine but a few have a problem, that in irregular intervals some container stops working an we get "PAW is...
View ArticleIBM TM1, Planning Analytics, PAx and PAW • Re: Regular PAW Restart?
I take by your suggestion, the clients that have been witnessing this problem stopping the containers and then restarting the them resolves it for this clients. You could look to do a schedule a...
View Article