Search found 3032 matches

by Wim Gielis
Wed Aug 23, 2023 6:26 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos security group database
Replies: 5
Views: 900

Re: Cognos security group database

I haven’t done that, if at all possible.
by Wim Gielis
Wed Aug 23, 2023 6:25 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: }ClientGroups cube not in sync. with Cognos
Replies: 11
Views: 1412

Re: }ClientGroups cube not in sync. with Cognos

I haven’t done that, if at all possible.
by Wim Gielis
Tue Aug 22, 2023 9:29 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: }ClientGroups cube not in sync. with Cognos
Replies: 11
Views: 1412

Re: }ClientGroups cube not in sync. with Cognos

Yes, a simple TI process with the necessary loops. There are no builtin functions to give that information.
by Wim Gielis
Tue Aug 22, 2023 9:28 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos security group database
Replies: 5
Views: 900

Re: Cognos security group database

Did you mean the function "RemoveClientFromGroup" in a Turbo Integrator process ?

https://www.ibm.com/docs/bg/cognos-tm1/ ... tfromgroup
by Wim Gielis
Tue Aug 22, 2023 9:25 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Turn off consolidated drilling?
Replies: 4
Views: 808

Re: 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? Do you mean that you are using IBM PASS (Planning Analytics Spreadsheet Se...
by Wim Gielis
Sun Aug 13, 2023 11:22 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Hold, Release Hold via Rest API or TI Process?
Replies: 3
Views: 1668

Re: Hold, Release Hold via Rest API or TI Process?

A new custom TI process was proposed by myself to Bedrock TM1. It was approved: https://github.com/cubewise-code/bedrock/pull/378 The process allows to create a holds cube, destroy a holds cube, release all holds, export all holds, import all holds. This can be done for a selection of cubes, and cli...
by Wim Gielis
Thu Aug 10, 2023 9:19 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Hold, Release Hold via Rest API or TI Process?
Replies: 3
Views: 1668

Re: Hold, Release Hold via Rest API or TI Process?

Hello, Here is a TI approach. The process will read a text file and apply holds to the given combinations. In the example it will lead to 13 holds in the cube, as the combination in line 14 cannot be located in the cube. It gives us 13 holds (red triangles) at several levels in the cube. holds.PNG _...
by Wim Gielis
Mon Jul 31, 2023 10:56 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ISO Week Number
Replies: 6
Views: 1757

Re: ISO Week Number

Hello, I thought I would test this, and it works fine :) I made a couple of smaller edits. Here is the code for 1 date, output in the TM1 server log: pDate = '20241231'; pDateFormat = 'yyyyMMdd'; ndf = NewDateFormatter( 'nl_BE', 'Etc/UTC', 'serial', 'date' ); # parse the date parameter nDate = Parse...
by Wim Gielis
Mon Jul 31, 2023 9:45 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 should display values in /1000 format.
Replies: 9
Views: 1752

Re: TM1 should display values in /1000 format.

How can the n level show the value /1000 ?
It is the big value that is divided by 1000 and shown on the C level. The n level is unchanged.
by Wim Gielis
Mon Jul 31, 2023 8:34 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 should display values in /1000 format.
Replies: 9
Views: 1752

Re: TM1 should display values in /1000 format.

By adding a child you indeed convert to a C element.
What is the requirement for keeping it as an n-element ?
by Wim Gielis
Mon Jul 31, 2023 7:24 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Distinguish between default and other hierarchies
Replies: 4
Views: 570

Re: Distinguish between default and other hierarchies

Hello,

Is it possible to create a new dimension with a colon ? Not sure and not on my laptop to check.
by Wim Gielis
Fri Jul 28, 2023 3:33 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 should display values in /1000 format.
Replies: 9
Views: 1752

Re: TM1 should display values in /1000 format.

Or create a new measure with the old measure as a child.
The weight is 0.001 for thousands.
No need for rules and you are not loading your values twice.
Maybe what is needed is a bit of formatting to not show decimals.
by Wim Gielis
Thu Jul 27, 2023 3:57 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Mdx statement for zero suppression based on control cube
Replies: 13
Views: 2351

Re: Mdx statement for zero suppression based on control cube

Try the StrToMember() syntax with inside that [Periods].CurrentMember.Properties(“Name”) + “YTD” bit.
by Wim Gielis
Thu Jul 06, 2023 6:12 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Identify All References to Cube
Replies: 7
Views: 9835

Re: Identify All References to Cube

Or commercial tools such as Qubedocs. Note: I have no advantage of or links with, Qubedocs.

Or roll your own solution by using a TI process to read the PRO and RUX files, etc. Or develop a solution using the TM1 REST API. tm1py has some support for this task at hand.
by Wim Gielis
Thu Jun 29, 2023 6:58 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Limiting drop down values by user using MDX
Replies: 2
Views: 1439

Re: Limiting drop down values by user using MDX

If you push the security with a process, then why don’t you have element security on the elements in the picklist ?
by Wim Gielis
Thu Jun 29, 2023 6:52 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Run 2 processes with the same parameter
Replies: 1
Views: 550

Re: Run 2 processes with the same parameter

Hello,

I would look at StringGlobalVariable.
Or simply writing it in a system cube and reading again.o op
by Wim Gielis
Tue Jun 20, 2023 6:22 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Run Process - How to Determine When All Completed.
Replies: 24
Views: 4176

Re: Run Process - How to Determine When All Completed.

PavoGa wrote: Tue Jun 20, 2023 5:55 pmWasn't there a post the other day about some additional variables available for use with RunProcess? I searched but have not found it.
That doesn't ring a bell unfortunately.
by Wim Gielis
Tue Jun 20, 2023 4:27 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Run Process - How to Determine When All Completed.
Replies: 24
Views: 4176

Re: Run Process - How to Determine When All Completed.

I would not expect SYNCHRONIZE to make the parent process wait for the child processes and that behavior is pre-PAW as well. What is the usage context? The context is that a user clicks on a button in PAW. It kicks off the mother process. The mother process should wait for the child processes to fi...