Retrieving Alias from Dimension to another
Posted: Tue Oct 08, 2013 2:44 pm
Morning,
I have two dimensions for accounting purpose. One dimension has an attribute that I need in the other dimension.
Dimension1 is the dimension that have the alias I need
Dimension2 is the dimnesions that need the receive the alias
therefore I have open the security object and create a rules in the dimension that need the tribute from the other one.
I have code like this :
['Acct']=S:
DB('}ElementAttributes_Dimension1',!Dimension,'Acct');
I have an error message.
however if I code a spefic account this working
['Acct']=S:
DB('}ElementAttributes_Dimension1','123456','Acct');
I don't understand what I am doing wrong
Thanks
BEst REgards
ArnoJ
I have two dimensions for accounting purpose. One dimension has an attribute that I need in the other dimension.
Dimension1 is the dimension that have the alias I need
Dimension2 is the dimnesions that need the receive the alias
therefore I have open the security object and create a rules in the dimension that need the tribute from the other one.
I have code like this :
['Acct']=S:
DB('}ElementAttributes_Dimension1',!Dimension,'Acct');
I have an error message.
however if I code a spefic account this working
['Acct']=S:
DB('}ElementAttributes_Dimension1','123456','Acct');
I don't understand what I am doing wrong
Thanks
BEst REgards
ArnoJ