Search found 78 matches

by ErikG
Fri Sep 29, 2023 4:10 am
Forum: Suggestions and Requests
Topic: Stackposneg for stacked area charts
Replies: 2
Views: 29801

Re: Stackposneg for stacked area charts

I would also like this option to be available.
by ErikG
Wed Jun 28, 2023 5:34 am
Forum: Bug Reports
Topic: EUROSTAT database
Replies: 16
Views: 58188

Re: EUROSTAT database

Hi again, have you made any progress on the Eurostat API issue? Do you know if it will be possible to connect to Eurostat via Eviews sometime again this year?
by ErikG
Tue Apr 25, 2023 5:41 am
Forum: Bug Reports
Topic: transpose row vector
Replies: 2
Views: 4155

transpose row vector

Hi, @transpose() generates an error when the argument is a row vector.

Code: Select all

WfCreate C:\temp\temp.wf1 u 1
Rowvector(3) rvX = 1
Vector vX = @Transpose(rvX)


Eviews 13 Enterprise edition 2023 April 11 build.
by ErikG
Thu Feb 16, 2023 7:20 am
Forum: Bug Reports
Topic: EUROSTAT database
Replies: 16
Views: 58188

Re: EUROSTAT database

ok thanks Gareth
by ErikG
Thu Feb 16, 2023 6:04 am
Forum: Bug Reports
Topic: EUROSTAT database
Replies: 16
Views: 58188

Re: EUROSTAT database

Greetings from Sweden,

The Eurostat database is not working well with Eviews today. Opening the database and attempting to browse causes the following error with both Eviews 13 and Eviews 12:

Error.jpg
Error.jpg (12.44 KiB) Viewed 11664 times
by ErikG
Tue Jan 10, 2023 5:20 am
Forum: Bug Reports
Topic: Error on multiple wfsave commands
Replies: 14
Views: 99733

Re: Error on multiple wfsave commands

Ok thanks!
by ErikG
Wed Dec 28, 2022 4:49 am
Forum: General Information and Tips and Tricks
Topic: The documentation of @hcat in the help file is incorrect
Replies: 0
Views: 6539

The documentation of @hcat in the help file is incorrect

IN the matrix language reference, it looks like you copied the help information of @vcat and forgot to make some relevant adjustments.

Regards,
Erik
by ErikG
Tue Dec 27, 2022 4:41 am
Forum: Bug Reports
Topic: Object specific Addin name longer than 16 characters
Replies: 0
Views: 6436

Object specific Addin name longer than 16 characters

Hi, An object specific addin procedure with a name longer than 16 characters is ignored by Eviews. Longer procedure names work fine if they are not object type specifc. It would be nice with an error message telling the user that the procedure name must be shorter. Try for example: Addin(type="...
by ErikG
Tue Dec 27, 2022 1:41 am
Forum: Bug Reports
Topic: Error on multiple wfsave commands
Replies: 14
Views: 99733

Re: Error on multiple wfsave commands

Sorry for the late reply, here is an example. When I run this I still see y and z in the new workfile. WfCreate C:\temp\temp.wf1 q 2000 2010 Series x = 2 Series y = 3 Series z = 5 PageSave C:\temp\Newdata.wf1 @keep x WfClose temp WfUse C:\temp\Newdata.wf1 Eviews 13 Nov 28 build.
by ErikG
Tue Dec 27, 2022 1:25 am
Forum: Programming
Topic: Copying matrices with row and column labels
Replies: 9
Views: 8688

Re: Copying matrices with row and column labels

Thanks for adding the functionality of accessing rows and columns by their labels, very useful. I've noticed a minor issue when copying matrices with row/column labels between workfiles: the labels are only copied when the source workfile is open. Compare the results below with and without the WfClo...
by ErikG
Tue Dec 13, 2022 12:47 am
Forum: Bug Reports
Topic: @MakeDiagonal not working with row vectors in Eviews 13
Replies: 2
Views: 4146

@MakeDiagonal not working with row vectors in Eviews 13

Hi,

the code below does not work after updating with the latest patch in Eviews 13:

Code: Select all

WfCreate C:\temp\temp.wf1 u 1
Rowvector(4) rvX = 3
Matrix mX = @Makediagonal(rvX)
by ErikG
Fri Nov 18, 2022 5:27 am
Forum: Bug Reports
Topic: Error on multiple wfsave commands
Replies: 14
Views: 99733

Re: Error on multiple wfsave commands

It seems to me that the @keep option is not working using PageSave.

Eviews 13 nov 9 build
by ErikG
Fri Nov 04, 2022 6:56 am
Forum: Bug Reports
Topic: Saving tables as images Eviews 13, graphics issue
Replies: 2
Views: 4284

Re: Saving tables as images Eviews 13, graphics issue

Excellent, thanks!
by ErikG
Thu Nov 03, 2022 4:30 am
Forum: Bug Reports
Topic: Saving tables as images Eviews 13, graphics issue
Replies: 2
Views: 4284

Saving tables as images Eviews 13, graphics issue

Hi, When saving an Eviews table as emf/png/ or similar I am getting a white area in the upper right hand corner that is not present in the table in the Eviews workfile. This was not the case prior to my Eviews 13 update. I simplified my code as an example for you: WfCreate(page=a) C:\temp\temp.wf1 a...
by ErikG
Tue Sep 21, 2021 5:34 am
Forum: Suggestions and Requests
Topic: @pmin and other basic mathematical functions - valid arguments
Replies: 0
Views: 25288

@pmin and other basic mathematical functions - valid arguments

Hi, The @pmin function only works on series, not scalars. The code: WfCreate C:\temp\temp.wf1 u 1 !test = @pMin(3,4) Will return an error. It would be nice to have this function work with scalars also, but that is not my main suggestion here. My main point is that the mathematical function list in t...

Go to advanced search