Hi Guys,
Good day to you all.
I'd like to know if it is possible for TI to move elements between consolidation hierarchies? If possible, what would be the best suitable function for it? Here's a scenario: In the "People" dimension, the following structure exists.
- All People
- Directors
+ Directors - Current
+ Directors - Previous
Supposed we have "Michael Busita" as an employee under All People > Directors > Directors - Current. What I'd like to have is some active form (utility) to update employee (resign) from Directors - Current to Directors - Previous.
Thanks for the help!
Michael
Move Element to Another Hierarchy (TI)
-
- Posts: 11
- Joined: Wed Sep 28, 2016 1:05 am
- OLAP Product: IBM Cognos TM1
- Version: 10.2.2
- Excel Version: 2013
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Move Element to Another Hierarchy (TI)
DimensionElementComponentDelete, DimensionElementComponentAdd
-
- Posts: 11
- Joined: Wed Sep 28, 2016 1:05 am
- OLAP Product: IBM Cognos TM1
- Version: 10.2.2
- Excel Version: 2013
Re: Move Element to Another Hierarchy (TI)
Hi tomok,tomok wrote:DimensionElementComponentDelete, DimensionElementComponentAdd
But it will also delete employee's data right? For example if Michael Busita has already data for Annual Salary measure, it will be deleted if I use DimensionElementComponentDelete function.
-
- MVP
- Posts: 1831
- Joined: Mon Dec 05, 2011 11:51 am
- OLAP Product: Cognos TM1
- Version: PA2.0 and most of the old ones
- Excel Version: All of em
- Location: Manchester, United Kingdom
- Contact:
Re: Move Element to Another Hierarchy (TI)
Hi,macklovesraine11 wrote:Hi tomok,tomok wrote:DimensionElementComponentDelete, DimensionElementComponentAdd
But it will also delete employee's data right? For example if Michael Busita has already data for Annual Salary measure, it will be deleted if I use DimensionElementComponentDelete function.
Data is held against an N-Level element only; the componentdelete function breaks the link between an element and its parent but the data will still be held against the element - it just may not be part of a hierarchy anymore.
Declan Rodger