Lookup Dimension
Posted: Thu Mar 25, 2010 2:17 pm
Hey,
Trying to find a solution to this problem.
I have a cube with is build like this:
The rows are made up by an list of Items.
There is a colomn called Profile Number.
There are several other dimensions (but those are not relevant)
The user can give in a number next to each Item. There is no logic between the number and item 1
Ex:
Now I want to create a TI process in which a .cma file is read.
One column in the file contains the Profile Number, but not the Item name. So I have to match profile number with the corresponding Item name.
Is there a way to loop though each cell of the Profile Number column to find the Profile Number and return the name of the Item from the dimension?
ex. You have 1012 and it should return Item 2.
Many Thanks
Thomas
Trying to find a solution to this problem.
I have a cube with is build like this:
The rows are made up by an list of Items.
There is a colomn called Profile Number.
There are several other dimensions (but those are not relevant)
The user can give in a number next to each Item. There is no logic between the number and item 1
Ex:
Code: Select all
Items - Profile Number
-------------------
Item 1 - 1003
Item 2 - 1012
Item 3 - 1005
Item 4 - 1024
....
One column in the file contains the Profile Number, but not the Item name. So I have to match profile number with the corresponding Item name.
Is there a way to loop though each cell of the Profile Number column to find the Profile Number and return the name of the Item from the dimension?
ex. You have 1012 and it should return Item 2.
Many Thanks
Thomas