Add Alias Attribute to Element
Posted: Fri May 06, 2016 9:47 am
Hello, I have an element that I am adding to a dimension via TI - to do this I have added to the Prolog for the TI:
DimensionElementComponentAdd(s_DimSample, 'All Agency Codes', 'FinGLAdjs', 1)
which has worked fine.
I want to add an alias to this element only 'Finance GL Adjustments'. How would I add this for that element only?
(The TI deletes all elements and rebuilds the hierarchy - 'FinGLAdj' is not included in our data warehouse (which is where the other elements are pulled/created from) so that is why this specific one is added in this manner, individually.)
Many thanks in advance,
DimensionElementComponentAdd(s_DimSample, 'All Agency Codes', 'FinGLAdjs', 1)
which has worked fine.
I want to add an alias to this element only 'Finance GL Adjustments'. How would I add this for that element only?
(The TI deletes all elements and rebuilds the hierarchy - 'FinGLAdj' is not included in our data warehouse (which is where the other elements are pulled/created from) so that is why this specific one is added in this manner, individually.)
Many thanks in advance,