ATTRN in other cube
Posted: Thu May 15, 2014 9:55 am
hello everyone
please explain to me why we can not use the ATTRN in the link for another cube, for example:
= N: IF ( ATTRN('Dim_X',!Dim_X,'Num') = ATTRN ( 'Dim_Y', !Dim_Y, 'Num1'),
DB('Cube1',!Dim1, Dim2, ATTRN('Dim3',!Dim3,'Num')), DB('Cube2',!Dim4, Dim5, ATTRN('Dim6',!Dim6,'Num'));
gives an error when I save
thank you
please explain to me why we can not use the ATTRN in the link for another cube, for example:
= N: IF ( ATTRN('Dim_X',!Dim_X,'Num') = ATTRN ( 'Dim_Y', !Dim_Y, 'Num1'),
DB('Cube1',!Dim1, Dim2, ATTRN('Dim3',!Dim3,'Num')), DB('Cube2',!Dim4, Dim5, ATTRN('Dim6',!Dim6,'Num'));
gives an error when I save
thank you