Page 1 of 1

Invalid Display Format.

Posted: Thu Sep 12, 2013 8:06 am
by blonggovnl
Hi,

I'm trying to format some tables. I previously was using:

Code: Select all

table01.setformat(@all) f.0
This worked, but I now want to use:

Code: Select all

table01.setformat(@all) g.0
which gives me an "INVALID DISPLAY FORMAT" error. Any idea why this is?

thanks,

BL

Re: Invalid Display Format.

Posted: Thu Sep 12, 2013 8:26 am
by EViews Gareth
Displaying numbers to zero significant digits makes no sense.

Re: Invalid Display Format.

Posted: Thu Sep 12, 2013 9:34 am
by blonggovnl
Ohhhhhhhh. Right. Thanks.