Page 1 of 1

anonymous a Customer Cube

Posted: Tue Oct 19, 2010 8:38 pm
by Nitrel
Hello to all

I have a TM1 Cube which I should anonymous. In other words I will rename all Elements from all Dimensions within a Cube to dummy names but will hold the values within the Cube. The Reason why we will do this is that we must send the Cube to Development, but the Customer will accept this only with an anonymous Version of the Cube.

EXAMPLE:

from

Dimension Region original names:

world
Europe
Italy
Germany
Greece
America
Atlanta
Asia
China
Japan

to

Dimension Region new names: (random names)

xxx
xda
dew
dea
dwa

Hope the someone from you can help with a Solution or Idea

Re: anonymous a Customer Cube

Posted: Tue Oct 19, 2010 9:03 pm
by Martin Ryan
You could create some random aliases then use the undocumented function in this thread http://forums.olapforums.com/viewtopic. ... t=0#p15353 to swap the aliases and element names. Then delete the alias (which is now what the orignal names were).

HTH,
Martin