Page 1 of 1

Dated data table - rowlabel

Posted: Thu Sep 15, 2016 11:44 pm
by tvonbrasch
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

Code: Select all

_aux02.ddrowopts(1,1) rowlabel(This is a test)
returns a rowlabel in upper case letters:
rowlabel2.JPG
rowlabel2.JPG (14.92 KiB) Viewed 2544 times
If I write the command

Code: Select all

_aux02.ddrowopts(1,1) rowlabel("This is a test")
The rowlabel now becomes almost what I want, but now it also includes the quotation marks:
rowlabel1.JPG
rowlabel1.JPG (14.98 KiB) Viewed 2544 times
What command should I use to get the rowlabel This is a test ?

Thomas

Re: Dated data table - rowlabel

Posted: Fri Sep 16, 2016 9:55 am
by EViews Jason
You will need to put the string in quotes but not until after we get it fixed in the next patch :D