Page 1 of 1

x.sheet(w) - wide view of sheet command not working from program or commandline

Posted: Fri Jan 18, 2019 7:40 am
by mamo
Dear Eviews team,

I use EVIEWS 10+ March 2018 build.

The wide (w)-option in the sheet-command for series seem to work as described in the help-documentation if the option is used in a program or command window call of .sheet - see the example program below. Among other things, this disallows programming a freeze of the wide-sheet-view of a panel series as a table.

Best,
mamo

Code: Select all

wfcreate a 2000 2010 2
series x=nrnd
' The following line does not provide the expected wide view of x
x.sheet(w)
' The following line does yield the expected wide view of x. However, a freeze of the output cannot be programmed.
show(w) x

Re: x.sheet(w) - wide view of sheet command not working from program or commandline

Posted: Fri Jan 18, 2019 10:37 am
by EViews Jason
It will be fixed in the next patch