Page 1 of 1

Display save size

Posted: Mon Sep 23, 2013 4:01 am
by wjgatt
I'm trying to export a table to pdf format (which works), however if I try to resize the table to a lower size, the command is not being accepted.

I quote the command and reference guide for Eviews 8, page 55:

"Alternately, the command:
tab1.save(r=B2:C10, t=html, s=.5) c:\data\MyTab2
saves the specified cells in TAB1 as an HTML file to “Mytab2.HTM” in the directory
“c:\data”. The table is saved at half of the display size."

I am getting an error message "Invalid save option" when I set s to a value, say 0.8. This happens irrespective of the type of output I choose for the table, or whether or not I write s=0.8 or s=.8, or any value for that matter. I know this can be done manually from the 'Proc' dropdown menu, but I want to program it.

Many thanks
W

Re: Display save size

Posted: Mon Sep 23, 2013 8:01 am
by EViews Jason
I would make sure your copy of EViews is up to date via help->EViews update.

Secondly the example you mentioned is incorrect (the docs need to be corrected). It should read

Code: Select all

tab1.save(r=B2:C10, t=html, s=50) mytable
The 'save' value should in be whole percent.

When I use type in the command as listed, I get the error "Scale percent must be >5% and ....". It's not clear why you are receiving "Invalid save option". If you can, please post a screenshot of the error.

Re: Display save size

Posted: Tue Oct 08, 2013 2:36 am
by wjgatt
Thanks for your reply.

The build date in March 28 2013.

See the attached screenshot for the code and the error notification.

Thanks

W
save_error.png
save_error.png (150.47 KiB) Viewed 6721 times

Re: Display save size

Posted: Tue Oct 08, 2013 5:13 am
by EViews Gareth
Please update to the latest version.

Re: Display save size

Posted: Tue Oct 08, 2013 6:46 am
by wjgatt
Just found the update logs; apparently the bug was solved in the July 2013 patch.

Thanks
W