Search found 20 matches

by fboralli
Tue May 09, 2017 7:08 am
Forum: Suggestions and Requests
Topic: Add automatic crash reporting
Replies: 0
Views: 3954

Add automatic crash reporting

Please add a crash reporter, like the one with the screenshot attached In my normal use of eviews, it sometimes crashes. I have submitted some bug reports where I could replicate the exact cause, however most of the time, I can't find a exact sequence of steps to always replicate a crash, so these e...
by fboralli
Wed Mar 30, 2016 11:44 am
Forum: Bug Reports
Topic: Dateadd does not work under certain conditions
Replies: 3
Views: 4962

Re: Dateadd does not work under certain conditions

You mean I have to check every time I want to subtract a month from a date?
And by this you don't think it is erratic?
by fboralli
Wed Mar 30, 2016 6:37 am
Forum: Bug Reports
Topic: Dateadd does not work under certain conditions
Replies: 3
Views: 4962

Dateadd does not work under certain conditions

Today is 2016-03-30 This expression does not work(returns NA): @dateadd(@now,-1,"mm") I think that is because February does not have the day 30. However, in most languages this sort of expression works. For instance, in TSQL: select dateadd(month,-1,cast(GETDATE() as date)) ---------- 2016...
by fboralli
Fri Feb 19, 2016 10:54 am
Forum: Bug Reports
Topic: Storing panel data in a database loses its indexes
Replies: 1
Views: 3117

Storing panel data in a database loses its indexes

If I store a panel series from a (2012q1 to 2015q4 x 16) panel workfile into a eviews database file (.edb), the serie will lose its indexes and be saved as an undated series.
by fboralli
Mon Dec 14, 2015 10:22 am
Forum: Suggestions and Requests
Topic: Add piecewise constant interpolation (zero order)
Replies: 0
Views: 3549

Add piecewise constant interpolation (zero order)

Suggestion: In the ipolate proc, add another type of interpolation that implements zero order interpolation, aka, piecewise constant interpolation. I know this could be done in custom code, however this way it would be much easier to implement and use. Also, make possible so it could be centered or ...
by fboralli
Thu Sep 17, 2015 4:35 am
Forum: Bug Reports
Topic: Up/down keys do not respect reordering on workfile
Replies: 1
Views: 2775

Up/down keys do not respect reordering on workfile

Do this test: Open a workfile with several items Reorder it on an attribute other than name (by double clicking order in the upper right corner) When ordering, choose an attribute that will actually change the order, usually "last update" does the trick Try to move the selection in the wor...
by fboralli
Tue Sep 15, 2015 1:14 pm
Forum: Suggestions and Requests
Topic: Support year change (@pcy, @pchy) on bimontly workfiles
Replies: 0
Views: 3130

Support year change (@pcy, @pchy) on bimontly workfiles

I suggest supporting year change on bimontly workfiles.

It is viable for me doing:

Code: Select all

(variable/variable(-24)-1)*100

However, it would be much easier:

Code: Select all

@pcy(variable)
by fboralli
Mon Sep 14, 2015 11:30 am
Forum: Bug Reports
Topic: importtbl - Can't set range for excel import
Replies: 5
Views: 5165

Re: importtbl - Can't set range for excel import

Can you try to reproduce this error on the current version?
by fboralli
Mon Sep 14, 2015 11:06 am
Forum: Bug Reports
Topic: importtbl - Can't set range for excel import
Replies: 5
Views: 5165

Re: importtbl - Can't set range for excel import

I am not the administrator of the machine running eviews, and also, it does not have direct access to the internet, blocking the use of the auto update feature.
If possible, I would rather not update the version on every update, because it is a somewhat difficult process for me.
by fboralli
Mon Sep 14, 2015 10:54 am
Forum: Bug Reports
Topic: importtbl - Can't set range for excel import
Replies: 5
Views: 5165

importtbl - Can't set range for excel import

EViews 9 32bit build jun 24 2015 If I run this code : importtbl(name=folhas) cv1.xlsx range="graf!a1:z100" I get this error: 'cv1.xlsx range=""graf!a1:z100' is not a legal file name in "IMPORTTBL(NAME=FOLHAS) CV1.XLSX RANGE="GRAF!A1:Z100"". and I have been una...
by fboralli
Wed Aug 12, 2015 12:57 pm
Forum: Bug Reports
Topic: smat parameter in impulse function generates zeros in matrix
Replies: 1
Views: 3035

smat parameter in impulse function generates zeros in matrix

The smat parameter sometimes creates a matrix with a column full of zeroes in it. in the table, the real data is shown. version: Eviews 9 - jun 24 2015 build The code below reproduces this problem. wfcreate q 2000 2015 series a1=nrnd series a2=nrnd series a3=nrnd var v.LS 1 2 a1 a2 a3 v.impulse(16,t...
by fboralli
Fri Jul 17, 2015 11:56 am
Forum: Bug Reports
Topic: Making a graph from a empty group crashes Eviews
Replies: 1
Views: 2787

Making a graph from a empty group crashes Eviews

This code should crash eviews if run in a program:

Code: Select all

wfcreate u 1 1
group x
x.line

version:
Eviews 9, 32 bit, jun 24 2015 build
by fboralli
Mon Jul 13, 2015 10:36 am
Forum: Programming
Topic: graph.makegroup undocumented
Replies: 2
Views: 2939

Re: graph.makegroup undocumented

Thank you Jason
by fboralli
Mon Jul 13, 2015 6:33 am
Forum: Programming
Topic: graph.makegroup undocumented
Replies: 2
Views: 2939

graph.makegroup undocumented

In a graph object, there is the possibility to the see series that created the graph by using: proc -> display graph data / make group I wanted this to be available within a program, however I could not find it in documentation. By trial and error, however, I have found that there exists an undocume...
by fboralli
Fri Jul 10, 2015 6:24 am
Forum: Bug Reports
Topic: Clarification needed : internal error 500
Replies: 1
Views: 2841

Clarification needed : internal error 500

When running a large code block in a loop it sometimes produces this error: Internal Error 500 in "FREEZE(ADF,MODE=OVERWRITE) CENSORED(59).UROOT(ADF,EXOG=CONST,LAGMETHOD=AIC,SAVE=MOUT)". Censored is a group name. However, I cannot properly reproduce this error, as it happens once or twice ...

Go to advanced search