Search found 205 matches
- Thu Sep 11, 2025 12:05 am
- Forum: Bug Reports
- Topic: @makedate and weeks - unexpected error
- Replies: 7
- Views: 17004
Re: @makedate and weeks - unexpected error
So here is a workaround for @makedate with years & weeks as arguments not working: Assume you have an unordered workfile containing variables indicating year and week of the year, "year" and "week", respectively. In order to generate a proper date series "date" out ...
- Mon Sep 08, 2025 2:37 am
- Forum: Bug Reports
- Topic: @makedate and weeks - unexpected error
- Replies: 7
- Views: 17004
Re: @makedate and weeks - unexpected error
Hm, @dateval works fine and as expected with a monthly date as argument in any workfile context. There seems to be an issue with calendar-week dates in Eviews. wfcreate m 2000M01 2010M12 show @dateval("2009M04", "yyyy[M]mm") wfcreate u 1 show @dateval("2009M04", "y...
- Fri Sep 05, 2025 1:00 am
- Forum: Bug Reports
- Topic: @makedate and weeks - unexpected error
- Replies: 7
- Views: 17004
Re: @makedate and weeks - unexpected error
p1.png Well, the functions @dateval and @datepart(@date, week) obviously assign 1) a date to a specified week and 2) a week to a specified date, respectively. So there seems to be a uniquely defined link between weeks and dates (as is also the case with months and dates). So suggestion here. Please...
- Thu Sep 04, 2025 1:54 am
- Forum: Bug Reports
- Topic: @makedate and weeks - unexpected error
- Replies: 7
- Views: 17004
@makedate and weeks - unexpected error
Hi, using Eviews 14 Dec 2024 build.
What is wrong with the following command line? Unexpectedly, it produces the error message "Bad date format 'yyyyww' - Missing data generated."
What is wrong with the following command line? Unexpectedly, it produces the error message "Bad date format 'yyyyww' - Missing data generated."
Code: Select all
series x=@makedate(201143, "yyyyww")
- Tue Jul 08, 2025 3:34 am
- Forum: Data Manipulation
- Topic: Panel data: Sample comprising all cross sections with no NAs in the selected date range
- Replies: 1
- Views: 194737
Re: Panel data: Sample comprising all cross sections with no NAs in the selected date range
Okay, I managed to find an approach that works:
Code: Select all
smpl 2001 2010 if @nasby(x, @crossid)=0 ' only crossids 1 and 3 are in the sample
smpl 2000 2009 if @nasby(x, @crossid)=0 ' only crossids 1 and 2 are in the sample
smpl 2001 2009 if @nasby(x, @crossid)=0 ' crossids 1, 2, and 3 are in the sample
- Tue Jul 08, 2025 12:55 am
- Forum: Data Manipulation
- Topic: Panel data: Sample comprising all cross sections with no NAs in the selected date range
- Replies: 1
- Views: 194737
Panel data: Sample comprising all cross sections with no NAs in the selected date range
Hi everybody, using EVIEWS 14. Question: How do you define a sample in panel data set so that the sample comprises all cross sections with no NAs in the selected date range? See example in the files attached: If the selected data range is 2001 - 2010 only crossids 1 and 2 should be in the sample. Wi...
- Wed Mar 26, 2025 5:52 am
- Forum: Bug Reports
- Topic: Eviews crashes after spool operations
- Replies: 0
- Views: 83354
Eviews crashes after spool operations
Dear Eviews team, I use Eviews 14 Dec 2024 build. Eviews crashes after some spool operations. The sequence of events making Eviews crash is as follows: 1 Open an object within a spool by mouse click on that object 2 Close the spool w/o closing the object first. 3 Open the spool again by mouse click ...
- Fri Feb 21, 2025 7:27 am
- Forum: Suggestions and Requests
- Topic: Make the @first function properly taking account of panel data
- Replies: 3
- Views: 47833
Re: Make the @first function properly taking account of panel data
Dear Eviews Matt,
many thanks, indeed this works!
My suggestion would be include a reference to the documentation of @firstsby into the index so that it can be found easily.
Same applies to @lastsby Best, mamo
many thanks, indeed this works!
My suggestion would be include a reference to the documentation of @firstsby into the index so that it can be found easily.
Same applies to @lastsby Best, mamo
- Fri Feb 14, 2025 3:10 am
- Forum: Suggestions and Requests
- Topic: Make the @first function properly taking account of panel data
- Replies: 3
- Views: 47833
Make the @first function properly taking account of panel data
Dear EViews team, I am using EViews 14 I suggest that you improve the @first(x) function to work proper in panels so that it allows for showing the first value of series x in each cross section in the preselected sample. To give an example, I would like to have an easy function which would show the ...
- Wed Oct 30, 2024 9:51 am
- Forum: Bug Reports
- Topic: Strange result from the matrix.@row() function
- Replies: 0
- Views: 92955
Strange result from the matrix.@row() function
Dear Eviews team, I use Eviews 13 October 2022 build. Why is that the matrices m1 m1a in the code example below are of dimension 3X1 rather than 1X3? I would expect the extraction of a row from a 3X3 matrix to yield a matrix of dimension 1X3 wfcreate u 1 1 matrix x=@unvec(@range(1,9),3) 'create a 2X...
- Wed Oct 30, 2024 6:06 am
- Forum: Bug Reports
- Topic: Table to Excel: saving Table with merged cells to Excel makes Eviews break down
- Replies: 0
- Views: 93329
Table to Excel: saving Table with merged cells to Excel makes Eviews break down
Dear Eviews team, I use Eviews 13 Oct 2022 build. Eviews breaks down, when saving a table with merged cells to Excel. This bug seems to happen only when there are no cell entries right of the merged columns (see example code below). wfcreate u 1 1 table tab tab(1,1)="C1" tab(1,2)="C2&...
- Wed Oct 30, 2024 5:48 am
- Forum: Bug Reports
- Topic: Table to Excel: strange result - rows shifted by 2 rows downwards in Excel
- Replies: 0
- Views: 92917
Table to Excel: strange result - rows shifted by 2 rows downwards in Excel
Dear Eviews team, I use Eviews 13 Oct 2022 build. The code below creates an unexpected outcome: table rows are shifted downwards in Excel when saving the table to an excel xlsx file. With the code below, the two cell filled with "C1" are shifted downwards, starting only in the third row of...
- Wed Oct 30, 2024 5:31 am
- Forum: Bug Reports
- Topic: Table to Excel: bold/ italics formatting not saved in Excel
- Replies: 0
- Views: 92844
Table to Excel: bold/ italics formatting not saved in Excel
Dear Eviews team I use Eviews 13 Oct 2022 build Some table formatings - bold, italics - do not appear to be saved to Excel when saving the table to an excel xlsx file. See example below wfcreate u 1 1 table tab tab(1,1)= "A1" tab(1,2)="A2" tab.setfont(1,1) +b tab.setfont(1,2) +i ...
- Tue Apr 09, 2024 2:11 am
- Forum: Suggestions and Requests
- Topic: INtroducde the "tform"option in graph-views of groups
- Replies: 0
- Views: 80296
INtroducde the "tform"option in graph-views of groups
Dear Eviews team, I use Eviews 13 Nov 14 2023 build. I suggest for future versions to add the option "tform" to graph-views of groups, corresponding to the tform option in the sheet view. For instance, the command gr.line(tform=pcy) would show lines of annual rates of change of the series ...
- Tue Mar 19, 2024 5:55 am
- Forum: Suggestions and Requests
- Topic: matrix object, graph: allow rowlabels to appear as obs (x) -axis labels
- Replies: 0
- Views: 76146
matrix object, graph: allow rowlabels to appear as obs (x) -axis labels
Dear Eviews team
I use Eviews 13 Nov 23 build.
For a future EViews version I would like to suggest that rowlabels of a matrix are automatically/ optionally be used as obs-(x)-axis labels in the graph-view of the matrix.
Kind regards, mamo
I use Eviews 13 Nov 23 build.
For a future EViews version I would like to suggest that rowlabels of a matrix are automatically/ optionally be used as obs-(x)-axis labels in the graph-view of the matrix.
Kind regards, mamo
