Search found 800 matches

by EViews Steve
Fri May 31, 2024 7:26 am
Forum: Data Manipulation
Topic: Saving graphs as pdf
Replies: 4
Views: 36202

Re: Saving graphs as pdf

As mentioned in a previous post, EViews 13 has a new opacity setting that defaults to being ON which might be the cause of your dashed line problem.

Try turning off opacity for your graph line to see if that fixes it.

Code: Select all

mygraph.setelem(1) lineopacity(off) 'turns off line opacity
by EViews Steve
Mon Apr 22, 2024 8:11 am
Forum: Programming
Topic: program problem with importing data
Replies: 1
Views: 157

Re: program problem with importing data

Remove the space after the word "IMPORT" and before the first parenthesis.

Code: Select all

import(c=max, type=excel) "c:\program files\\inflation.xlsx" range="for SA! b4:r500" @freq m %FirstOb
by EViews Steve
Tue Apr 16, 2024 9:58 am
Forum: Bug Reports
Topic: Self Signed certificates
Replies: 4
Views: 566

Re: Self Signed certificates

Simplicity. And in fact, even if you have a self-signed certificate authorized in your local Windows store, it's Common Name will most likely not match the host name in your URL due to how your security appliance works (I'm guessing) -- so allowing the self-signed cert to be accepted still requires ...
by EViews Steve
Tue Apr 16, 2024 9:26 am
Forum: Bug Reports
Topic: Self Signed certificates
Replies: 4
Views: 566

Re: Self Signed certificates

New undocumented commands have been created: IGNORECERTERROR RESTORECERTERROR IgnoreCertError tells EViews to ignore any SSL certificate errors encountered when getting data over the internet. This setting will remain on until EViews is restarted or the RESTORECERTERROR cmd is called. RestoreCertErr...
by EViews Steve
Tue Apr 16, 2024 7:38 am
Forum: Bug Reports
Topic: Self Signed certificates
Replies: 4
Views: 566

Re: Self Signed certificates

I'll create a new command to ignore all ssl certificate errors during that instance of EViews. This fix will be put into EViews 13 only.

Steve
by EViews Steve
Mon Apr 08, 2024 10:47 am
Forum: Data Manipulation
Topic: Importing complex Excel files
Replies: 4
Views: 468

Re: Importing complex Excel files

I forgot you mentioned that the source file is an Excel spreadsheet. Here's the import statement you would need to use then:
prob2.png
prob2.png (27.7 KiB) Viewed 366 times

Steve
by EViews Steve
Mon Apr 08, 2024 10:14 am
Forum: Data Manipulation
Topic: Importing complex Excel files
Replies: 4
Views: 468

Re: Importing complex Excel files

My suggestion is to perform a custom text manipulation before doing the import. You should do this in an external program (such as a custom batch script) as EViews is not designed to be an efficient text manipulation engine. But here's how you would do that using EViews code: 2024-04-08_10h00_08.png...
by EViews Steve
Fri Apr 05, 2024 7:48 am
Forum: Data Manipulation
Topic: Importing complex Excel files
Replies: 4
Views: 468

Re: Importing complex Excel files

No, there isn't a way to tell the import command to repeat values from previous cells when reading in the header lines. I would recommend manually renaming the prev2 series objects after doing the import, like this: import... rename prev2 gross_domestic_product_prev2 rename prev201 household_consump...
by EViews Steve
Fri Apr 05, 2024 7:38 am
Forum: Add-in Support
Topic: Dowload series from DatastreamEDX uing EViews
Replies: 8
Views: 1159

Re: Dowload series from DatastreamEDX uing EViews

Great! Thanks for the update.
by EViews Steve
Tue Apr 02, 2024 7:49 am
Forum: Add-in Support
Topic: Dowload series from DatastreamEDX uing EViews
Replies: 8
Views: 1159

Re: Dowload series from DatastreamEDX uing EViews

Hmm, that really makes it sound like it's a problem with the DatastreamEDX itself.

Please provide this info to them along with the specific item you're trying to fetch so they can reproduce the issue.

Steve
by EViews Steve
Fri Mar 29, 2024 7:30 am
Forum: Add-in Support
Topic: Dowload series from DatastreamEDX uing EViews
Replies: 8
Views: 1159

Re: Dowload series from DatastreamEDX uing EViews

Do you have an older version of EViews where this query currently works? -- meaning is this error new with EViews 13 only? Or is it happening regardless of version? The javascript error you reported seems to not like something that is happening inside of their "returnItemsToHost" function ...
by EViews Steve
Thu Mar 28, 2024 4:57 pm
Forum: Add-in Support
Topic: Dowload series from DatastreamEDX uing EViews
Replies: 8
Views: 1159

Re: Dowload series from DatastreamEDX uing EViews

Please report this error to Datastream, the developers of the DatastreamEDX.

https://developers.lseg.com/en/api-cata ... eb-service

Steve
by EViews Steve
Wed Mar 06, 2024 9:00 am
Forum: Bug Reports
Topic: Not receiving all series requested from FRED db
Replies: 4
Views: 1181

Re: Not receiving all series requested from FRED db

Please provide your FETCH command that is resulting in that error.
by EViews Steve
Fri Mar 01, 2024 10:46 am
Forum: Bug Reports
Topic: Eviews crash on pageload
Replies: 2
Views: 342

Re: Eviews crash on pageload

I can confirm the crash in Dec 19 build, but it seems to be fixed in latest Jan 8 build.

Steve
by EViews Steve
Sat Feb 17, 2024 12:13 pm
Forum: Programming
Topic: failed to initialize EViewsPyConn
Replies: 12
Views: 19269

Re: failed to initialize EViewsPyConn

Have you checked the python path you're using within EViews? Go to Options menu/General Options/External program interface. Double-check the "Home Path" value for Python. Make sure that folder is still valid and also contains an actual "pythonX.dll" (e.g. python3.dll). Also, go t...

Go to advanced search