*ERR* when Alias in turned on
Posted: Wed Jan 19, 2011 10:48 pm
Hello,
I have the following structure in the product dimension
PROD GROUP
-> PROD CAT
-> (PROD CAT) (SUB-CAT)
-> (PROD CAT) (SUB-CAT) (PRODCODE)
I have the code below where TPByCatChild=(PROD CAT) (SUB-CAT) (PRODCODE)
ATTRPUTS(vsubproductname,DimName4,TPByCatChild,'ProdDesc');
And I have a rule that
['Code - Name' ] = S:
!Sub Product v2 | ' - ' | DB('}ElementAttributes_Sub Product v2', !Sub Product v2, 'ProdDesc');
But when I click the alias button the Name column for a few of (PROD CAT) (SUB-CAT) (PRODCODE) becomes *ERR*
Can anyone suggest where I could check to solve this problem?
I have the following structure in the product dimension
PROD GROUP
-> PROD CAT
-> (PROD CAT) (SUB-CAT)
-> (PROD CAT) (SUB-CAT) (PRODCODE)
I have the code below where TPByCatChild=(PROD CAT) (SUB-CAT) (PRODCODE)
ATTRPUTS(vsubproductname,DimName4,TPByCatChild,'ProdDesc');
And I have a rule that
['Code - Name' ] = S:
!Sub Product v2 | ' - ' | DB('}ElementAttributes_Sub Product v2', !Sub Product v2, 'ProdDesc');
But when I click the alias button the Name column for a few of (PROD CAT) (SUB-CAT) (PRODCODE) becomes *ERR*
Can anyone suggest where I could check to solve this problem?