Recreate Specific Hierarchies in a dimension
Posted: Thu May 12, 2011 4:24 pm
Hi All
We have a non-TM1 web based process for managing all hierarchies.
We want to be able to take data from this database and use it to re-create hierarchies in TM1 dimensions. The data will be hierarchy rather than dimension specific, so it will be possible that only one of the (possibly many) hierarchies in a dimension will be updated at any one time.
My issue is that obviously there could be consolidations that are shared by different hierarchies. So I can't just unwind all the consolidations of the hierarchy I am re-creating as it may be used elsewhere.
The approach I have come up with (through TI) is this:
1. Output all consolidations detail (attributes, children etc) other than the one I am about to update to a text file
2. Get rid of all the consolidations in the dimension (not sure yet whether this is a delete or just a de-couple).
3. Load consolidations in from the web tool (new hierarchy) and then the text file (all other hierarchies).
I'm sure I can get this to work, I'm just not sure that it's the most efficient / safest method of doing this.
Any advice gratefully recived.
We have a non-TM1 web based process for managing all hierarchies.
We want to be able to take data from this database and use it to re-create hierarchies in TM1 dimensions. The data will be hierarchy rather than dimension specific, so it will be possible that only one of the (possibly many) hierarchies in a dimension will be updated at any one time.
My issue is that obviously there could be consolidations that are shared by different hierarchies. So I can't just unwind all the consolidations of the hierarchy I am re-creating as it may be used elsewhere.
The approach I have come up with (through TI) is this:
1. Output all consolidations detail (attributes, children etc) other than the one I am about to update to a text file
2. Get rid of all the consolidations in the dimension (not sure yet whether this is a delete or just a de-couple).
3. Load consolidations in from the web tool (new hierarchy) and then the text file (all other hierarchies).
I'm sure I can get this to work, I'm just not sure that it's the most efficient / safest method of doing this.
Any advice gratefully recived.