Hi all,
Since I was not able to find a possitive answer to this on google, I decided to take shot here.
Short story: I want to read data in one model using Data Manager Package (Logic Script) from another model.
Explanation:
Suppose I have a model MOD1 with dimension DIM1 and model MOD2 with dimension DIM2 (the dimensions are different!). The two dimensions have pretty similar master data, but have different hierarchies. I want to transfer transaction data from model MOD1 to MOD2 (along with some data transformations). So I write a logic script in MOD1. However, to transfer the data without rejections and warnings I have to know the structure of DIM1 hierarchy.
How can I access that info from the souce model MOD1 ?