Copying data between different dimensions based on their names
ero83Apr 24 2012 — edited Apr 26 2012Hi folks,
I have the following situation.
Have to copy data from one cross to another one based on their names.
In the model there are two dimensions "Product" and "Component" among others. For each member in Product dimension there is another corresponding member in "Component". For instance, if there is a product named HA001, a member called C_HA001 exists in Component dimension.
So far, I have to copy the data only if they are corresponding members. The solution would be something like this (of course this would only be possible if I had few products)
DATACOPY "HAR001"->"Component" TO "Product NA"->"C.HAR001"
Could anyone lend a hand please?
Thanks in advance...