Feeder with dimix?
Posted: Tue Apr 22, 2014 2:53 pm
Hi all, im trying to write a feeder, and i kinda need to know if is if posible to use dimix function on feeders.
i have 2 cubes, and in the second one i have the same dimension as the cube1 but with another name, but the exact same elements.
I'm not very familiar with the function dimix, but i saw some generated rule with performance modeler and they do something like this to validate the elements
in cube1 i have DimensionX
and cube2 i have DimensionZ that is the same as DImensionX but with a diferent name.
['Measue']= N: if(dimix('DimensionX',!DimensionZ)<>0, DB('Cube2',!DimensionZ,!Dim1,!Dim2,!Dim3),CONTINUE);
with this i can validate the elements , because they have the same index as the cube 1.
in Cubo2 i have some multiplication, and that data is coming from Cube1, then I want to make a feeder for cubo1, but I have the problem that the name of the dimension is different, so I want to use dimix
i do not know if you understand me, hope you get the idea..sorry for my bad english tho.
what i did was this:
['Measure']=> if(DIMIX('DimensionX,!DimensionZ)<>0,DB('Cube2',!DimensionZ,!Dim1,!Dim2,!Dim3),CONTINUE);
but with no good results.
if someone has any experecien with this, pls let me know, any tip will be appreciated
Thanks
i have 2 cubes, and in the second one i have the same dimension as the cube1 but with another name, but the exact same elements.
I'm not very familiar with the function dimix, but i saw some generated rule with performance modeler and they do something like this to validate the elements
in cube1 i have DimensionX
and cube2 i have DimensionZ that is the same as DImensionX but with a diferent name.
['Measue']= N: if(dimix('DimensionX',!DimensionZ)<>0, DB('Cube2',!DimensionZ,!Dim1,!Dim2,!Dim3),CONTINUE);
with this i can validate the elements , because they have the same index as the cube 1.
in Cubo2 i have some multiplication, and that data is coming from Cube1, then I want to make a feeder for cubo1, but I have the problem that the name of the dimension is different, so I want to use dimix
i do not know if you understand me, hope you get the idea..sorry for my bad english tho.
what i did was this:
['Measure']=> if(DIMIX('DimensionX,!DimensionZ)<>0,DB('Cube2',!DimensionZ,!Dim1,!Dim2,!Dim3),CONTINUE);
but with no good results.
if someone has any experecien with this, pls let me know, any tip will be appreciated
Thanks
