Search found 3037 matches

by Wim Gielis
Thu Nov 16, 2023 12:16 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: REST API Dimension Clone
Replies: 16
Views: 18686

Re: REST API Dimension Clone

I clearly need some help, so if someone can share a powershell script that does something similar, i would really appreciate it Hello, I do hope that someone can post code here. Until then, I would advise to start yourself because if no one does, you still have nothing. Build it gradually, hardcode...
by Wim Gielis
Wed Nov 15, 2023 10:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: REST API Dimension Clone
Replies: 16
Views: 18686

Re: REST API Dimension Clone

Can you provide some details about your Powershell Script you use to hot promote TI Processes? I am trying to do the same thing but I cant find any help online Where are you in your TM1 REST api journey ? Do you use a tool like Postman to execute requests and capture the response ? Do you use Pytho...
by Wim Gielis
Wed Nov 15, 2023 10:54 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Performance drop between 2.0.9.1 and 2.0.9.15
Replies: 7
Views: 10003

Re: Performance drop between 2.0.9.1 and 2.0.9.15

I understand all of that, but it’s a repetition of what you wrote. If you want to narrow down the problem you will need to comment out code and see it in more detail using asciioutput or similar. On both machines. Then compare and narrow down even further if needed.
by Wim Gielis
Tue Nov 14, 2023 6:46 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Performance drop between 2.0.9.1 and 2.0.9.15
Replies: 7
Views: 10003

Re: Performance drop between 2.0.9.1 and 2.0.9.15

What are you loading those data to ? Regular cube cells ? Cells in attribute cubes ?

Did you try limiting the TI processes to only an AsciiOutput ?
Is connecting to the source taking a long time or processing the data/metadata tabs ?
by Wim Gielis
Tue Nov 14, 2023 6:41 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: REST API Dimension Clone
Replies: 16
Views: 18686

Re: REST API Dimension Clone

AFAIK, indeed you need the elements and the edges.
No direct endpoint to do this although that would be useful.
by Wim Gielis
Thu Nov 09, 2023 11:50 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX With Member Dynamic
Replies: 10
Views: 12092

Re: MDX With Member Dynamic

Good information Declan. In the first code snippet, I would calculate the variance based on the 2 variables above. Less hardcoded elements, shorter code too. WITH MEMBER [Period].[Period].[Latest Period] AS StrToMember ( "[Period].[Period].[" + [System Variables].([System Variables Lines]....
by Wim Gielis
Mon Oct 23, 2023 8:21 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PAW How to make View Filters work together
Replies: 9
Views: 9198

Re: PAW How to make View Filters work together

What you are looking for is something IBM has talked about doing for a long time, but I don't see it on the roadmap. https://bigblue.aha.io/published/30f7b700d5eb7d18cfdd19c793f4a10d?page=4 Basically it would be an extension of synchronisation where the target set MDX is dynamically driven by the s...
by Wim Gielis
Fri Oct 20, 2023 5:52 pm
Forum: Useful code, tips and tricks
Topic: MDX - Intrinsic Members
Replies: 12
Views: 16492

Re: MDX - Intrinsic Members

Hi, I found one use case as follows FILTER( [ DimensionName ].MEMBERS , [ DimensionName ].CURRENTMEMBER.PROPERTIES(" AttributeName ") = IIF([}ElementAttributes_ DimensionName ].[ AttributeName ].PROPERTIES("Element_Type") = "2" , " SearchTerm1 " , " Sear...
by Wim Gielis
Thu Oct 19, 2023 7:16 am
Forum: Useful code, tips and tricks
Topic: MDX - Intrinsic Members
Replies: 12
Views: 16492

Re: MDX - Intrinsic Members

lav4you wrote: Wed Oct 18, 2023 6:54 pm
PavoGa wrote: Tue Oct 03, 2023 1:42 pm Got a question. Can we use "ELEMENT_TYPE" to filter for Aliases?

Can you expand on how would you like to filter?
Probably, which attributes are aliases, which are string attributes, which are numeric.
Something like the DType or ElementType functions.
by Wim Gielis
Wed Oct 11, 2023 5:37 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PAW Git repository integration Issues
Replies: 1
Views: 2806

Re: PAW Git repository integration Issues

Same question in the IBM PA community: https://community.ibm.com/community/user/businessanalytics/discussion/paw-git-repository-integration-issues?ReturnUrl=%2fcommunity%2fuser%2fbusinessanalytics%2fcommunities%2fcommunity-home%2fdigestviewer%3fcommunitykey%3d8fde0600-e22b-4178-acf5-bf4eda43146b#bm4...
by Wim Gielis
Tue Oct 03, 2023 9:43 pm
Forum: Useful code, tips and tricks
Topic: MDX - Intrinsic Members
Replies: 12
Views: 16492

Re: MDX - Intrinsic Members

Good question. After 30 min trying a few things I could not come up with a solution using MDX for subsets.
by Wim Gielis
Tue Sep 26, 2023 9:21 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Failed to open temp file for processing tm1rawstore.<DateTime>
Replies: 5
Views: 822

Re: Failed to open temp file for processing tm1rawstore.<DateTime>

Thanks for providing the resolution.
I have never put that directory inside the TM1 data directory.
Just like the TM1 logging directory, never located inside the TM1 data directory.
by Wim Gielis
Tue Sep 19, 2023 10:35 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Bedrock delimiter
Replies: 5
Views: 3729

Re: Bedrock delimiter

OK, that may be a long term solution. My question was, if I missed a detail or if I should use the function differently, because I never think, that I was the first one, who discovered an issue. :D If it is not a bug, but it is a feature, I can live with that. Thanks Wim! I would advise you to look...
by Wim Gielis
Tue Sep 19, 2023 9:54 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Bedrock delimiter
Replies: 5
Views: 3729

Re: Bedrock delimiter

When you think that you stumbled upon an issue, you can create a new issue in the Bedrock repository in GitHub.
by Wim Gielis
Mon Sep 11, 2023 12:04 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Action Buttons - VBA to Change Server Name
Replies: 6
Views: 726

Re: Action Buttons - VBA to Change Server Name

Hi Chris, It's been a while since I used code like that, probably the 10 years that have elapsed since my article. PAfE buttons are a different beast too. That being said, the article says what to do without these references (but you lose intellisense and so on). The references were visible (at leas...
by Wim Gielis
Mon Sep 11, 2023 12:02 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1s.cfg parameter to have Excel serial dates
Replies: 3
Views: 620

Re: TM1s.cfg parameter to have Excel serial dates

For those of you who want to see a bit more coding on the 3 options, here is a preliminary version with more coding: DatasourceASCIIQuoteCharacter = ''; sDate = '2023-09-11'; ######################################################## # OPTION 1: the FormatDate function ################################...
by Wim Gielis
Sun Sep 10, 2023 11:44 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1s.cfg parameter to have Excel serial dates
Replies: 3
Views: 620

TM1s.cfg parameter to have Excel serial dates

When we want to enable the use of Microsoft Excel serial dates instead of Planning Analytics serial dates, we would use UseExcelSerialDate=T in the TM1s.cfg file: https://www.ibm.com/docs/en/planning-analytics/2.0.0?topic=pitf-useexcelserialdate However, this has implications, for instance on determ...
by Wim Gielis
Sat Sep 09, 2023 4:04 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Bedrock And Github vs Other Options
Replies: 22
Views: 20592

Re: Bedrock And Github vs Other Options

I should have added emojis to my post as we all know that you are not the biggest fan of PAW 😂 It was meant to be funny 😆 and certainly not as viable option beyond any work done for fun or demo purposes. But anyway, for completeness, custom snippets can be created. https://www.ibm.com/docs/en/planni...
by Wim Gielis
Sat Sep 09, 2023 3:41 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Bedrock And Github vs Other Options
Replies: 22
Views: 20592

Re: Bedrock And Github vs Other Options

Yes, it's been 3 years. Time flies and IBM is coming to rescue:
PAW with your own custom snippets (https://www.ibm.com/docs/en/planning-an ... ess-editor)