Display names in tables
Posted: Tue Apr 05, 2016 4:58 am
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
to assign a display name, but for my table I have to use
How do I automatically link Tabledata(x,y) to Display Name or is there a better way of achieving this?
Thanks
RW
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 NameCode: Select all
Tabledata(x,y)="Column Name"Thanks
RW