Search found 13306 matches

by EViews Gareth
Thu Dec 28, 2023 7:46 am
Forum: Programming
Topic: Stacked bar chart not displaying observations below 0
Replies: 2
Views: 16485

Re: Stacked bar chart not displaying observations below 0

It probably is working, but if you want to stack negative values separately from positive values, you'll need:

Code: Select all

graph1.options stackposneg
by EViews Gareth
Wed Dec 27, 2023 11:44 am
Forum: Programming
Topic: Save series as a .json file
Replies: 1
Views: 16377

Re: Save series as a .json file

You can't (other than creating a new workfile and copying it across)
by EViews Gareth
Wed Dec 27, 2023 11:04 am
Forum: Programming
Topic: Database DBREFRESH
Replies: 1
Views: 15828

Re: Database DBREFRESH

What would it do?
by EViews Gareth
Fri Dec 22, 2023 10:07 am
Forum: Bug Reports
Topic: Import excel not reading full file
Replies: 2
Views: 17990

Re: Import excel not reading full file

In the first screenshot, change the Range to custom:
Sheet1!A1:l253
by EViews Gareth
Wed Dec 20, 2023 12:40 pm
Forum: Programming
Topic: Exec and directory
Replies: 10
Views: 91964

Re: Exec and directory

ok, so that appears to be working correctly. Something specific about your program is causing the weird behaviour.

(and I mean to say a folder called "temp". My bad)
by EViews Gareth
Wed Dec 20, 2023 10:34 am
Forum: Programming
Topic: Exec and directory
Replies: 10
Views: 91964

Re: Exec and directory

Should be. Seems strange. Can you do the following: ⋅ Create a brand new program. ⋅ Enter a single line: exec ".\foo.prg" ⋅ Save as "c:\temp\test.prg" (make sure you have a folder called test) ⋅ Run It should error saying "c:\temp\foo....
by EViews Gareth
Wed Dec 20, 2023 8:57 am
Forum: Programming
Topic: Exec and directory
Replies: 10
Views: 91964

Re: Exec and directory

Is your copy of EViews up to date?
by EViews Gareth
Wed Dec 20, 2023 8:16 am
Forum: Programming
Topic: Exec and directory
Replies: 10
Views: 91964

Re: Exec and directory

Is the program you are running from saved to disk?
by EViews Gareth
Mon Dec 18, 2023 3:50 pm
Forum: Bug Reports
Topic: Error on multiple wfsave commands
Replies: 14
Views: 100180

Re: Error on multiple wfsave commands

Try using EViews 13 instead. I believe it is fixed there.
by EViews Gareth
Mon Dec 18, 2023 3:42 pm
Forum: Bug Reports
Topic: Error on multiple wfsave commands
Replies: 14
Views: 100180

Re: Error on multiple wfsave commands

What's the build date of your copy of EViews (Help->About EViews)?
by EViews Gareth
Mon Dec 18, 2023 3:25 pm
Forum: Bug Reports
Topic: Error on multiple wfsave commands
Replies: 14
Views: 100180

Re: Error on multiple wfsave commands

Which error?
by EViews Gareth
Fri Dec 15, 2023 10:59 am
Forum: Data Manipulation
Topic: Copy from another workfile slower in Eviews 13
Replies: 16
Views: 24957

Re: Copy from another workfile slower in Eviews 13

EV12 and 13 same machine, presumably?
by EViews Gareth
Fri Dec 15, 2023 10:05 am
Forum: Data Manipulation
Topic: Copy from another workfile slower in Eviews 13
Replies: 16
Views: 24957

Re: Copy from another workfile slower in Eviews 13

For me:
EViews 12: 0.016
EViews 13: 0.012

Are you saving to a network drive or anything?
by EViews Gareth
Fri Dec 15, 2023 8:59 am
Forum: Data Manipulation
Topic: Copy from another workfile slower in Eviews 13
Replies: 16
Views: 24957

Re: Copy from another workfile slower in Eviews 13

If you created the test workfile in a program, could you share the program?

Go to advanced search