Page 1 of 1
Update the Alias using TI or Worksheet
Posted: Mon Jan 11, 2010 11:49 pm
by ExApplix
I want to update the value to my Element Alias using TI or Worksheet.
Is there any Tm1 function which I can use?
Please reply ASAP
Thanks in advance
Re: Update the Alias using TI or Worksheet
Posted: Mon Jan 11, 2010 11:59 pm
by Alan Kirk
ExApplix wrote:I want to update the value to my Element Alias using TI or Worksheet.
Is there any Tm1 function which I can use?
Please reply ASAP
As per the
request for assistance guidelines, you didn't include
a brief outline of what you've done to find the answer; which manuals or guides you've looked in,
The Reference Material section of the on-line help would be the fastest location to find AttrPutN, AttrPutS and and DBSA.
Re: Update the Alias using TI or Worksheet
Posted: Tue Jan 12, 2010 12:08 am
by rkaif
You can use the ATTRPUTS function to update the Attribute. Following is the syntax:
Code: Select all
AttrPutS(Value, DimName, ElName, AttrName);
Re: Update the Alias using TI or Worksheet
Posted: Tue Jan 12, 2010 10:26 pm
by wissew
RTFM
