Search found 9 matches

by KaneHenderson
Fri Apr 05, 2024 8:38 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Referencing a lookup cube or Attribute in a TI Process
Replies: 6
Views: 2432

Re: Referencing a lookup cube or Attribute in a TI Process

Hi Ty, Thanks for the reply and apologies for the delay in getting back to you. I have missed a part of the code in my copy of the TI Script: vFunctionUnmapped='Unmapped'; IF(ATTRS(vCC,vCCElements,vAttribute)@=''); CellPutN( nValue, tCube, pVersion, vPeriod, vYear, vArea, vCC, vFunctionUnmapped , vG...
by KaneHenderson
Fri Mar 22, 2024 11:25 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Referencing a lookup cube or Attribute in a TI Process
Replies: 6
Views: 2432

Re: Referencing a lookup cube or Attribute in a TI Process

Hi Maren, Thank you for the response. Your advice worked and my process now works - thank you again! The majority of work i have been doing in the past with TI's has been cube to cube data transfers where there has never been a reason to use attribute references or anything similar... so thank you f...
by KaneHenderson
Thu Mar 21, 2024 1:17 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Referencing a lookup cube or Attribute in a TI Process
Replies: 6
Views: 2432

Re: Referencing a lookup cube or Attribute in a TI Process

Hi Pavo, Thanks for the reply. I have actually have 10 dims in my source cube and 11 in my target cube - apologies! vValue holds the physical value. Here is a extract of the variables i am creating in the prolog: #=========================================================== # Set Variables #=========...
by KaneHenderson
Thu Mar 21, 2024 12:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Referencing a lookup cube or Attribute in a TI Process
Replies: 6
Views: 2432

Referencing a lookup cube or Attribute in a TI Process

Hi all, I am in the process of building out a TI Process to transfer data from one cube to another. The source cube has 9 dims and the target has 10 dims. The 9 dims are the same across both cubes, with the additional dimension requiring mapping in the TI Process - the sub function dimension I have ...
by KaneHenderson
Fri Mar 08, 2024 2:51 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Conditional Pick Lists
Replies: 3
Views: 685

Re: Conditional Pick Lists

Hi Wim, Thank you for this. It really helped me to understand more about using picklist control cubes. I've wrote this rule for one of my picklists: ['Tableau Sub-Function Level 1']=S:IF(DB('74 MDM Tableau - Entity and Cost Centre W Locations',!070 MDM - Tableau Reporting Log List,'Tableau Function'...
by KaneHenderson
Thu Mar 07, 2024 4:59 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Conditional Pick Lists
Replies: 3
Views: 685

Conditional Pick Lists

Hi, I was wondering if it is feasible to have a dynamic picklist selection based on another picklist cell. For example, if we have a picklist that has x / y / z and another picklist containing a / b / c / d / e. I'm looking to form a relationship between the two as follows: IF Picklist 1 is X then p...
by KaneHenderson
Tue Mar 05, 2024 4:20 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Concentrating two dimensions elements together to form a unique identifier
Replies: 4
Views: 753

Re: Concentrating two dimensions elements together to form a unique identifier

I've found a solution for my PAfE report, but doesn't enable me to bring the PafE report into PAW. Using TM1ELLIST in collaboration with a MDX statement to make the subset dynamic. Is anyone aware of a function that can be used with PAW to achieve a similar objective to TM1ELLIST?
by KaneHenderson
Mon Mar 04, 2024 2:06 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Concentrating two dimensions elements together to form a unique identifier
Replies: 4
Views: 753

Re: Concentrating two dimensions elements together to form a unique identifier

Thanks for answering my question @ascheevel, very helpful and exactly the solution i'm looking for - great! @Lotsaram, to answer your question and i am building a mechanism that will hold mappings that will be exported from TM1 to a BI reporting solution. My issue is that the mappings table is entir...
by KaneHenderson
Fri Mar 01, 2024 5:37 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Concentrating two dimensions elements together to form a unique identifier
Replies: 4
Views: 753

Concentrating two dimensions elements together to form a unique identifier

Hi, I was wondering if it is possible to design a TI Process to take two dimensions elements and concatenate them together to form a unique identifier in a new dimension that i could setup as a chore? Ideally i would like to do this using incremental loads, rather than clearing out the new UID dimen...