Dated data table - rowlabel
Posted: Thu Sep 15, 2016 11:44 pm
Hi
I am trying to change the rowlabel in a dated data table. I want to change the label to
This is a test
The poblem I have is that the command
returns a rowlabel in upper case letters:
If I write the command
The rowlabel now becomes almost what I want, but now it also includes the quotation marks:
What command should I use to get the rowlabel This is a test ?
Thomas
I am trying to change the rowlabel in a dated data table. I want to change the label to
This is a test
The poblem I have is that the command
Code: Select all
_aux02.ddrowopts(1,1) rowlabel(This is a test)Code: Select all
_aux02.ddrowopts(1,1) rowlabel("This is a test")Thomas