Search found 18 matches
- Wed Feb 12, 2025 12:30 am
- Forum: Bug Reports
- Topic: Illegal date when importing txt file
- Replies: 8
- Views: 48805
Re: Illegal date when importing txt file
You're trying to import panel data (I think?) into a dated workfile, and it is failing. Rather than create the workfile and then import, just open the text file as a new workfile. wfopen "c:\temp\eviews_issue.txt" ftype=ascii rectype=crlf skip=0 fieldtype=delimited custom=";" co...
- Tue Feb 11, 2025 12:00 pm
- Forum: Bug Reports
- Topic: Illegal date when importing txt file
- Replies: 8
- Views: 48805
Re: Illegal date when importing txt file
Thanks, but unfortunatly I'm using this in an eviews program.
- Tue Feb 11, 2025 9:19 am
- Forum: Bug Reports
- Topic: Illegal date when importing txt file
- Replies: 8
- Views: 48805
Re: Illegal date when importing txt file
The attached txt file in the ticket contains this row, I have the error message using this txt file.
- Tue Feb 11, 2025 8:56 am
- Forum: Bug Reports
- Topic: Illegal date when importing txt file
- Replies: 8
- Views: 48805
Illegal date when importing txt file
Hello, When trying to import this txt file, I have this error message: Illegal date ?. Here my code: wfcreate m 2010 2025 import(type=txt, resize) "c:\temp\eviews_issue.txt" ftype=ascii rectype=crlf skip=0 fieldtype=delimited custom=";" colhead=1 namepos=custom eoltype=pad badfie...
- Sun Jan 19, 2025 11:58 pm
- Forum: Bug Reports
- Topic: copy command failed on formula
- Replies: 3
- Views: 39166
Re: copy command failed on formula
Thanks a lot for this. Do-you when this patch will be ready? (before end of February ? March ?)
- Fri Jan 10, 2025 3:57 am
- Forum: Bug Reports
- Topic: copy command failed on formula
- Replies: 3
- Views: 39166
copy command failed on formula
Hello, when I run this command on the attache workfile: copy(o) SRC\s_* DEST\s_* this was working on: - Eviews 13: 20 June 2024 - Eviews 14: 19 August 2024 version But this cause an error ' S_F already exists ' when using last Eviews 14 patch (26 december 2024) Any idea ? (when adding noerr to the c...
- Thu Nov 14, 2024 12:58 am
- Forum: Bug Reports
- Topic: Crash when deleting row
- Replies: 8
- Views: 45316
Re: Crash when deleting row
Has-it ben fixed in the latest Eviews 14 patch ? https://www.eviews.com/download/ev14download.shtml
Thanks
Thanks
- Fri Oct 25, 2024 2:16 am
- Forum: Bug Reports
- Topic: Crash when deleting row
- Replies: 8
- Views: 45316
Re: Crash when deleting row
Thanks for this. Will it be a patch for Eviews 13 ? or we'll need to upgrade to Eviews 14 ?
- Thu Oct 24, 2024 2:26 am
- Forum: Bug Reports
- Topic: Crash when deleting row
- Replies: 8
- Views: 45316
Re: Crash when deleting row
Jun20 2424 build
- Wed Oct 23, 2024 1:23 am
- Forum: Bug Reports
- Topic: Crash when deleting row
- Replies: 8
- Views: 45316
Crash when deleting row
Hello, In the attached workfile, if you delete one row (right cilck, delete cell), then delete another one, Eviews crash (same crash if you delete 2 rows in one click). It seems it is related to the number of rows in this table. Using a program cause same crash: Code: Select all stars.deleterow(2) s...
- Wed Jan 13, 2021 8:36 am
- Forum: Programming
- Topic: Using R - unexpected end of input in
- Replies: 2
- Views: 7608
Re: Using R - unexpected end of input in
Thanks a lot for your quick reply
- Mon Jan 11, 2021 8:40 am
- Forum: Programming
- Topic: Using R - unexpected end of input in
- Replies: 2
- Views: 7608
Using R - unexpected end of input in
Hello, I have an error using this R code from Eviews 11. If I put all the if code under one line, there is no issue (the code below also works in R Studio of course). There is also this kind of error using for loop in multiple lines. xopen(type=r) xon a<-10 if (a==10) { cat('\nYes') } else { cat('\n...
- Wed Nov 04, 2015 8:41 am
- Forum: Programming
- Topic: Get Link property with command line
- Replies: 1
- Views: 3779
Get Link property with command line
Hello, Using EViews 8.1, I have a Annual page with links to Quarterly page. These links are define as: link {%series}.linkto(c=last) QPAGE\{%series} or link {%series}.linkto(c=mean) QPAGE\{%series} Now I would like to identify in command line series that are link using mean method. My code is this f...
- Wed Mar 07, 2012 3:10 am
- Forum: Programming
- Topic: Illegal panel structure is nested within the previous dim...
- Replies: 1
- Views: 8681
Illegal panel structure is nested within the previous dim...
I have this file dimple file: data_id value dim_2101 dim_2102 dim_2103 dim_2104 4 3 1972 512 78430 78439 5 4 1973 512 78430 78439 6 5 1974 512 78430 78439 7 6 1975 512 78430 78439 8 7 1976 512 78430 78439 When I execute this command: wfopen(type=text) "c:\Src.txt" delim=space @id dim_2101 ...
- Tue Feb 28, 2012 6:46 am
- Forum: Programming
- Topic: Get max observations of pages and create a new one
- Replies: 1
- Views: 3699
Get max observations of pages and create a new one
I want to create a new page with the number of observations = max(number of observations) of 2 other pages. In this exemple, I want to create a new page with number of observations = 20 (max of 10 and 20) wfcreate(page=R) u 1 pagecreate(page=P0) u 10 series a=rnd pagecreate(page=P1) u 20 series a=rn...
