Search found 3045 matches

by Wim Gielis
Mon Mar 04, 2024 6:29 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Moving data from cube with different dimension
Replies: 6
Views: 1256

Re: Moving data from cube with different dimension

Yes, but I need help with the TI code As is the case for many TI processes, the Prolog tab code contains a zero out of the target cells. Also, the Prolog tab contains the code for creating a view collecting the input cells - those that need to be allocated. After that, the Data tab contains code to...
by Wim Gielis
Sun Mar 03, 2024 10:19 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: }Drill process return handle
Replies: 3
Views: 818

Re: }Drill process return handle

Hello,

George Tonkin and Edward Stuart have been working on this in the past:
https://community.ibm.com/community/use ... utput-file

Does this help ?
by Wim Gielis
Fri Mar 01, 2024 6:49 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PAW mdx subset
Replies: 1
Views: 230

Re: PAW mdx subset

It’s not very clear to me but hopefully I get it right. The cube on which you have a view, doesn’t it have dimensions year / version / department ? Why would you be creating concatenations of these in another dimension ? I expect to see these 3 dimensions and the }Clients dimension and possibly a fe...
by Wim Gielis
Sun Feb 25, 2024 9:02 am
Forum: Useful code, tips and tricks
Topic: Transfer private objects from one user to another
Replies: 7
Views: 15163

Re: Transfer private objects from one user to another

Updated version.
WG_CLOUD_transfer_private_objects.pro
(22 KiB) Downloaded 84 times
TECH_folder for output.pro
(6.35 KiB) Downloaded 85 times
by Wim Gielis
Wed Feb 21, 2024 7:34 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ELPAR in Rule
Replies: 2
Views: 262

Re: ELPAR in Rule

Of you can turn it into a parent-child relation, why not store the parent name in a string value for the child ?
by Wim Gielis
Mon Feb 19, 2024 8:10 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Subsets locked by phantom views
Replies: 9
Views: 6017

Re: Subsets locked by phantom views

That version is 2 years old, maybe it’s solved in the meantime ?
by Wim Gielis
Wed Feb 14, 2024 1:47 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dimension Subset TI Data Source Alias
Replies: 4
Views: 829

Re: Dimension Subset TI Data Source Alias

Yes. You would retrieve the values in the Metadata and/or Data tab of the process. Or use the element attributes cube as the data source.
by Wim Gielis
Mon Feb 05, 2024 9:02 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PA on IBM Cloud - Uploading users
Replies: 4
Views: 1178

Re: PA on IBM Cloud - Uploading users

What I did notice is that I could import a CSV containing 50 PAW users. I am not a Subscription Administrator in that model. The "Send invitation" button is greyed out. Importing users, however, is possible. Maybe that’s why IBM separated it in 2 parts. Someone that is not a Subscription A...
by Wim Gielis
Thu Feb 01, 2024 10:33 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PA on IBM Cloud - Uploading users
Replies: 4
Views: 1178

Re: PA on IBM Cloud - Uploading users

Confirmed. Not really intuitive. Why would someone upload users to PAW and not wanting to invite them ?
by Wim Gielis
Wed Jan 31, 2024 10:36 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Tools 64 Bit - Does it exist?
Replies: 7
Views: 1681

Re: TM1 Tools 64 Bit - Does it exist?

In response to the original question, I have a new user base which is entirely on 64 bit Excel and some of them are pining for TM1 Tools so yes, I am working on a 64 bit version but I'm looking at converting over to the Rest API since some of the functionality in the existing one is based on ye old...
by Wim Gielis
Sun Jan 28, 2024 8:05 pm
Forum: Useful code, tips and tricks
Topic: Transfer private objects from one user to another
Replies: 7
Views: 15163

Re: Transfer private objects from one user to another

As I am not really happy with my solutions in TI and the REST API, I loaded an idea / request for assistance.

https://ibm-data-and-ai.ideas.ibm.com/ideas/PAOC-I-1340

Feel free to give it your vote.
by Wim Gielis
Sat Jan 27, 2024 9:05 am
Forum: Useful code, tips and tricks
Topic: Transfer private objects from one user to another
Replies: 7
Views: 15163

Re: Transfer private objects from one user to another

I tried using TM1py and the TM1 REST API to achieve the same result. We all know that the file system and ExecuteCommand will be out soon. The solution suffers from being slow as well as that I cannot retrieve private application entries for a user. Also, impersonation is also out in V12 I think so ...
by Wim Gielis
Mon Jan 22, 2024 9:47 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Perspectives Report
Replies: 6
Views: 1442

Re: Perspectives Report

You can do without a cube. You use alternate hierarchies and use PAfE.
by Wim Gielis
Fri Jan 19, 2024 4:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Perspectives Report
Replies: 6
Views: 1442

Re: Perspectives Report

What you try to do is exactly alternate hierarchies. Do you have PAW and PAfE as well ? It will be much easier. If not, is A through D a real dimension in the cube of data ?

An example output would be useful too ?
by Wim Gielis
Fri Jan 19, 2024 4:21 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Perspectives Report
Replies: 6
Views: 1442

Re: Perspectives Report

Can you show a picture of the dimension ? Only the relevant part and no alias for exanple. Then we see better the element names and what is at play.
by Wim Gielis
Fri Jan 19, 2024 7:24 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Perspectives Report
Replies: 6
Views: 1442

Re: Perspectives Report

How is it set up in the dimension, more precisely, a hierarchy might better suit your purposes although Perspectives is out then and PAfE will be better. Do you have your rollups to aggregate in a cube ?
by Wim Gielis
Sat Jan 06, 2024 5:31 pm
Forum: Useful code, tips and tricks
Topic: Exporting and importing users and groups for security
Replies: 0
Views: 3363

Exporting and importing users and groups for security

Hello all, I am in the last steps of a migration from an on-premise TM1 model to the IBM cloud. The majority of my time was spent changing TI process data sources of Cognos Framework Manager packages to plain text files. "Thank you" IBM for removing the good old TM1 Package Connector :evil...