Search found 795 matches

by EViews Steve
Wed Sep 06, 2023 3:00 pm
Forum: General Information and Tips and Tricks
Topic: Importing/open .dat-files from SAS
Replies: 1
Views: 27651

Re: Importing/open .dat-files from SAS

While we don't have support for SAS Dat files explicitly, it seems from your Python example that the SAS DAT file is a simple text file that uses tabs as the delimiter. If this is the case, then EViews should be able to read their text files. After launching EViews, drag the DAT file to the EViews w...
by EViews Steve
Fri Sep 01, 2023 9:04 am
Forum: Programming
Topic: failed to initialize EViewsPyConn
Replies: 12
Views: 9959

Re: failed to initialize EViewsPyConn

Yes, fix was rolled out. EViews 12 was calling a Python DLL method before it was properly initialized. This wasn't an issue before, but Python 3.10 didn't like it. To use Python 3.10, you'll have to patch EViews 12 to a build date that is at least March 17, 2022. If you can't update EViews 12, I wou...
by EViews Steve
Thu Aug 31, 2023 2:02 pm
Forum: Data Manipulation
Topic: Saving graphs as pdf
Replies: 1
Views: 31730

Re: Saving graphs as pdf

Some screenshots would be helpful.
by EViews Steve
Mon Aug 21, 2023 1:04 pm
Forum: Bug Reports
Topic: EUROSTAT database
Replies: 16
Views: 59891

Re: EUROSTAT database

Updated Eurostat EDX has just been released in EViews 13 patch for August 21, 2023.
by EViews Steve
Mon Aug 21, 2023 8:43 am
Forum: Installation and Registration
Topic: Integrating Eviews into Python environment
Replies: 3
Views: 49828

Re: Integrating Eviews into Python environment

No easy solution comes to mind... If you wish to use EViews in your workflow, you'll need a Windows machine to host both EViews and your python engine so that they can 'talk' to each other. Potentially they can be on different machines (using Distributed COM, or DCOM), but they both have to be runni...
by EViews Steve
Wed Aug 16, 2023 3:23 pm
Forum: Data Manipulation
Topic: Datastream imported data is being lagged
Replies: 3
Views: 3026

Re: Datastream imported data is being lagged

Sorry, I forgot that the Datastream EDX is developed and provided by an external vendor named: Refinitive

Since we don't have access to their EDX code or their API, you'll have to contact them for help with their EViews EDX.
by EViews Steve
Thu Aug 03, 2023 6:48 am
Forum: Bug Reports
Topic: A limit of external databases reached
Replies: 1
Views: 2332

Re: A limit of external databases reached

We increased the number of EDXs allowed by EViews 12 back in March 2021. Just update to the latest version to get this change.

Steve
by EViews Steve
Thu Jul 27, 2023 3:14 pm
Forum: Data Manipulation
Topic: Datastream imported data is being lagged
Replies: 3
Views: 3026

Re: Datastream imported data is being lagged

Screenshot?

In fact, it would be most helpful if you provided a set of EViews commands to recreate the data so we know exactly what you're looking at.

Steve
by EViews Steve
Mon Jul 24, 2023 1:12 pm
Forum: Bug Reports
Topic: Windows 11: Can't connect to IHS Global Insight Database
Replies: 4
Views: 3513

Re: Windows 11: Can't connect to IHS Global Insight Database

I just tried logging using EViews 13 (same build) on Windows 11 and it succeeded without a crash. My suspicion is that some of the files required by IHS Global Insight EDX has been removed on your system (perhaps by an anti-virus or anti-malware utility). To check for that, here's a list of files us...
by EViews Steve
Thu Jul 20, 2023 4:15 pm
Forum: Bug Reports
Topic: Windows 11: Can't connect to IHS Global Insight Database
Replies: 4
Views: 3513

Re: Windows 11: Can't connect to IHS Global Insight Database

That sounds like EViews 13 is crashing on your Windows 11 machine. Can you try running the REGCOM command in EViews and clicking the. "Yes(All)" button. Once that completes, restart EViews 13 and try to connect again. If it crashes again, please try restarting EViews 13 with local admin ri...
by EViews Steve
Tue Jul 18, 2023 10:05 am
Forum: Any Other Business
Topic: VS Code Language Extension for EViews
Replies: 3
Views: 53463

Re: VS Code Language Extension for EViews

Forgot to mention, to use the URL values, just prepend them with: https://help.eviews.com/#page/content/ As a side note, if you want to open a web page that searches for a particular term in our help system, use this url: https://help.eviews.com/#search/{searchterm} where {searchterm} is the text yo...
by EViews Steve
Tue Jul 18, 2023 9:56 am
Forum: Any Other Business
Topic: VS Code Language Extension for EViews
Replies: 3
Views: 53463

Re: VS Code Language Extension for EViews

Thanks for reaching out. We'd be happy to help you on your VS Code language extension for EViews. I don't think we're ready to publish and support it under our own name, but if you want to publish it as an open-source project, we'd be happy to help. You can contact me directly at steve@eviews.com if...
by EViews Steve
Mon Jul 17, 2023 7:10 am
Forum: Programming
Topic: xget and dataframes
Replies: 5
Views: 7676

Re: xget and dataframes

We provide an online reference for our various commands (including all the X commands), here's the page for XGET . There's also a page that discusses using EViews with R . EViews has had the ability to be a COM Automation server (like Excel) since EViews 7. And since we already have our own programm...
by EViews Steve
Fri Jul 14, 2023 8:03 am
Forum: Programming
Topic: xget and dataframes
Replies: 5
Views: 7676

Re: xget and dataframes

EViews supports R data.frames, but perhaps your data.frame is in a format that EViews doesn't recognize? To get a better understanding of how EViews supports data.frames, try the following simple example: wfcreate a 1991 2000 series x = @trend series y = @nrnd xopen(r) xput(rtype=df, name=both) x y ...
by EViews Steve
Thu Jun 01, 2023 9:34 pm
Forum: Bug Reports
Topic: EVIEWS 13 crashes on printing spool in pdf
Replies: 1
Views: 2501

Re: EVIEWS 13 crashes on printing spool in pdf

We'll need a copy of the workfile that has the spool so we can reproduce the crash on our end. Any way you can share it with us?

Also, which is the build date of your EViews 13?

Go to advanced search