Search found 16 matches
- Wed Jul 03, 2024 9:25 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: PAX reports, Dev to Prod
- Replies: 1
- Views: 1458
Re: PAX reports, Dev to Prod
Don't mind me, a bit more Googling led me to this: https://www.ibm.com/docs/en/planning-analytics/2.0.0?topic=report-change-cube-datasource-custom-reports Also this: https://quebit.com/askquebit/dynamic-planning-analytics-server-names-in-pax/ Posted here in case anyone else has the same problem.
- Wed Jul 03, 2024 9:04 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: PAX reports, Dev to Prod
- Replies: 1
- Views: 1458
PAX reports, Dev to Prod
I have some PAX reports that were built from cube views in Dev. The model built in Dev has now gone live into Prod. Do I have to completely redo my PAX reports, or is there anything I can edit to repoint the links from within the same files? (I suspect I know the answer to this, but optimism never h...
- Thu May 30, 2024 10:21 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: PASS process with conditional user input parameters
- Replies: 2
- Views: 2215
Re: PASS process with conditional user input parameters
Interesting, thank you. I'll have to have a play with that.
And I guess I could make the cube rule conditional on the value of the Model Environment...
ETA: not quite the same thing as a security cube?
And I guess I could make the cube rule conditional on the value of the Model Environment...
ETA: not quite the same thing as a security cube?
- Thu May 30, 2024 9:21 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: PASS process with conditional user input parameters
- Replies: 2
- Views: 2215
PASS process with conditional user input parameters
I have a process called from PASS with three input parameters, where the user selects different versions of the TB: Select current year budget version Select current year actuals version Select next year budget version I also have a separate model environment cube where the user can specify whether ...
- Thu Aug 24, 2023 8:14 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Turn off consolidated drilling?
- Replies: 4
- Views: 1641
Re: Turn off consolidated drilling?
Yes, TM1 Web (although PASS isn't a term I've come across before... has something rebranded?) Using element security is an interesting idea, I'll have to try it out. I am trying to display the top and bottom levels of a three tier hierarchy so I would just need to make sure that hiding the middle pa...
- Tue Aug 22, 2023 1:26 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Turn off consolidated drilling?
- Replies: 4
- Views: 1641
Turn off consolidated drilling?
Tm1RPTROW in PAfE has a parameter that you can use to suppress drilling on consolidated elements.
Is anyone aware of an equivalent setting (or MDX that would achieve the same result) in a standard websheet cube view, please?
Is anyone aware of an equivalent setting (or MDX that would achieve the same result) in a standard websheet cube view, please?
- Thu Jun 22, 2023 9:36 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: consolidating a dynamic subset via the rules file
- Replies: 3
- Views: 1198
Re: consolidating a dynamic subset via the rules file
Hi both, thank you for your replies. I meant to come back to this today but nothing went to plan. And I'm now on leave until July so I will need to hold that thought for ten days...
- Wed Jun 21, 2023 12:13 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: consolidating a dynamic subset via the rules file
- Replies: 3
- Views: 1198
consolidating a dynamic subset via the rules file
I have a dynamic subset that is defined in the set editor using MDX, and I have created a subset calculation in a cube view to aggregate over this subset. If I click on the MDX View, I can see the code that has been used to create the calculation. For reference, the subset definition is EXCEPT(FILTE...
- Wed Mar 29, 2023 8:44 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: PAW/PAX reports, need some advice
- Replies: 10
- Views: 5723
- Wed Mar 29, 2023 8:26 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ViewSubsetAssign - what am I doing wrong?
- Replies: 15
- Views: 5590
Re: ViewSubsetAssign - what am I doing wrong?
Thought I'd update this just in case anyone is looking for similar guidance in the future. I never did get my code to work and our consultants weren't able to offer any insight. So I gave up on that approach and instead just used the dimension (leaves) as my data source, grabbing the new parents usi...
- Wed Mar 08, 2023 3:32 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ViewSubsetAssign - what am I doing wrong?
- Replies: 15
- Views: 5590
Re: ViewSubsetAssign - what am I doing wrong?
my advice would be to learn how to use bedrock Thanks. Unfortunately I have exactly zero chance of getting it installed (large public sector org with mountains of red tape). I'm also only on this project for the next four months before my secondment ends, which is really annoying but it is what it ...
- Thu Mar 02, 2023 2:46 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ViewSubsetAssign - what am I doing wrong?
- Replies: 15
- Views: 5590
Re: ViewSubsetAssign - what am I doing wrong?
Oh I understand while loops in principle, just working out which exact task you meant I should loop. Be interesting to see the HierarchyCreate Code for these directorates (pDir) Prolog: vCount=1; IF(HierarchyExists('FOR_Nominal', pDir)=1); HierarchyDeleteAllElements('FOR_Nominal', pDir ); ELSE; Hier...
- Thu Mar 02, 2023 12:23 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ViewSubsetAssign - what am I doing wrong?
- Replies: 15
- Views: 5590
Re: ViewSubsetAssign - what am I doing wrong?
@gtonkin they're not as random as they might seem "pDir" is the name of the Directorate entered as a parameter. Multiple alternate hierarchies will be created, one for each Directorate. "vNom" are the nominal codes which are leaves of the original dimension in the source cube, an...
- Thu Mar 02, 2023 10:48 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ViewSubsetAssign - what am I doing wrong?
- Replies: 15
- Views: 5590
Re: ViewSubsetAssign - what am I doing wrong?
Good points, @Maren - but I was following the conventions set out by our software developer consultant (who we are no longer getting help from) and they haven't thrown up issues before. I'm now working on the Metadata and plan to go back to the Prolog later. Parameter 'pDir' defines the name of the ...
- Thu Mar 02, 2023 9:51 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ViewSubsetAssign - what am I doing wrong?
- Replies: 15
- Views: 5590
Re: ViewSubsetAssign - what am I doing wrong?
Ah, thanks @ascheeval. Good to know that it worked for you. I wonder whether it's something in the configuration of our specific system. I'll have a look at bedrock. Theoretically there's even a dedicated TI function - CreateHierarchyByAttribute() . But a bit of Googling suggested it was too buggy t...
- Wed Mar 01, 2023 3:27 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ViewSubsetAssign - what am I doing wrong?
- Replies: 15
- Views: 5590
ViewSubsetAssign - what am I doing wrong?
Hi, I am trying to write a TI process that creates an alternate hierarchy within a dimension using attributes as parents. (dimension name = 'FOR_Nominal') I was taught that when you are transferring data between cubes, you should always create and refresh a "dummy view" of the source data ...