Search found 795 matches

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

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 51 times

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

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: 153

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: 407

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: 407

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: 407

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: 407

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: 928

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: 212

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: 9663

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...
by EViews Steve
Wed Feb 14, 2024 10:36 am
Forum: Data Manipulation
Topic: Eviews 13 much slower than Eviews 11
Replies: 2
Views: 352

Re: Eviews 13 much slower than Eviews 11

Try the LEGACY option on the WFSAVE call to see if that restores the speed.

viewtopic.php?t=21561
by EViews Steve
Sat Feb 10, 2024 9:10 am
Forum: Installation and Registration
Topic: INSTALLATION ISSUES
Replies: 4
Views: 1172

Re: INSTALLATION ISSUES

The 12 SV installer is getting confused by a previous failed installation. You'll need to clear some settings in your Windows registry before you can re-run the installer. Here's the REG zip file . Download and extract the REG file, then double-click it to run. Proceed thru any security warnings and...
by EViews Steve
Fri Jan 12, 2024 2:46 pm
Forum: Programming
Topic: Pyeviews not working with new eviews 13 update
Replies: 4
Views: 5799

Re: Pyeviews not working with new eviews 13 update

Ok i did some quick testing in a brand-new Anaconda environment using the following: Conda 23.11.0 Python 3.9.18 64-bit pyeviews 1.0.5 numpy 1.26.3 pandas 2.1.4 comtypes 1.1.14 EViews 13 build date Jan 8, 2024 Windows 11 Pro x64 and my call to GetWFAsPython works as expected. If you're comfortable s...
by EViews Steve
Fri Jan 12, 2024 12:59 pm
Forum: Programming
Topic: Pyeviews not working with new eviews 13 update
Replies: 4
Views: 5799

Re: Pyeviews not working with new eviews 13 update

Sorry, I didn't see this until now. I'll take a quick look to see if I can replicate it.

By the way, do you also have any other older versions of EViews (such as 12 or 11) on your machine?
by EViews Steve
Mon Jan 08, 2024 4:45 pm
Forum: Bug Reports
Topic: winminimize
Replies: 2
Views: 2458

Re: winminimize

13 patch with this fix has been released.

Go to advanced search