Page 1 of 1

Display names in tables

Posted: Tue Apr 05, 2016 4:58 am
by Redwing153
Hello,
I have created a table by freezing a group.
Is there a way for me to automatically assign column titles for my series, for instance by using the display name function?

At the moment I am using

Code: Select all

settattr(Display Name) Column Name
to assign a display name, but for my table I have to use

Code: Select all

Tabledata(x,y)="Column Name"
How do I automatically link Tabledata(x,y) to Display Name or is there a better way of achieving this?

Thanks

RW

Re: Display names in tables

Posted: Tue Apr 05, 2016 7:56 am
by EViews Gareth

Code: Select all

%dispname = myseries.@displayname tabledata(x,y) = %dispname