Returning Alias using ELCOMP
Posted: Wed Nov 02, 2011 8:43 pm
I am using the ELCOMP formula to return the children of an element. Is it possible to include the alias mask in the returned value?
Thank You,
Bill
Thank You,
Bill
Discussing all things TM1, Planning Analytics, PAx and PAW
https://www.tm1forum.com/
Not intrinsically as far as I'm aware, but the workaround is just to wrap the Elcomp inside a DBRA or AttrS function, depending on whether you're talking about the worksheet function or the rules one.anguscat wrote:I am using the ELCOMP formula to return the children of an element. Is it possible to include the alias mask in the returned value?
Code: Select all
sElement = ATTRS ('Dimension', ELCOMP ('Dimension', sParent, nPosition), 'Alias');