Search found 11983 matches
- Sun Feb 17, 2019 7:59 pm
- Forum: Data Manipulation
- Topic: How to write multiple equations for generating series (a complete newbiew's question)
- Replies: 1
- Views: 28
- Sun Feb 17, 2019 8:56 am
- Forum: Programming
- Topic: How to sort and select data while preserving the date
- Replies: 1
- Views: 38
Re: How to sort and select data while preserving the date
What do you want to do with the matrix?
- Fri Feb 15, 2019 11:00 am
- Forum: Data Manipulation
- Topic: Copy sample to another page is not working
- Replies: 1
- Views: 50
Re: Copy sample to another page is not working
No idea, seems to work fine.
Code: Select all
wfcreate(page=home) d7 2008 2010
%dt = "01/02/2009 @last"
%produto = "test"
pagecreate(page={%produto}) d7 2009 2011
pageselect home
sample smpl_{%produto} {%dt}
copy(overwrite) home\smpl_{%produto} {%produto}\dt
pageselect {%produto}
show dt
- Fri Feb 15, 2019 10:00 am
- Forum: Data Manipulation
- Topic: Import SQL data to the same page created
- Replies: 5
- Views: 68
Re: Import SQL data to the same page created
resid is meaningless, overwriting it should be fine?
- Fri Feb 15, 2019 9:28 am
- Forum: Data Manipulation
- Topic: Import SQL data to the same page created
- Replies: 5
- Views: 68
Re: Import SQL data to the same page created
Try using import rather than pageload.
- Wed Feb 13, 2019 10:50 am
- Forum: Data Manipulation
- Topic: Problem with numbers converted to dates
- Replies: 6
- Views: 113
Re: Problem with numbers converted to dates
Unfortunately not.
- Wed Feb 13, 2019 9:38 am
- Forum: Data Manipulation
- Topic: Problem with numbers converted to dates
- Replies: 6
- Views: 113
Re: Problem with numbers converted to dates
Indeed, setformat.
- Wed Feb 13, 2019 8:39 am
- Forum: General Information and Tips and Tricks
- Topic: Program a regression line in a scatter plot
- Replies: 3
- Views: 109
- Wed Feb 13, 2019 8:39 am
- Forum: Data Manipulation
- Topic: Problem with numbers converted to dates
- Replies: 6
- Views: 113
Re: Problem with numbers converted to dates
Dates are just numbers. It sounds as though EViews is just displaying your numbers as dates. You can tell it to display them as numbers instead by clicking the Properties button of the series.
But calculation wise nothing incorrect is happening.
But calculation wise nothing incorrect is happening.
- Wed Feb 13, 2019 8:37 am
- Forum: Data Manipulation
- Topic: Panel Data problem
- Replies: 1
- Views: 39
- Wed Feb 13, 2019 8:36 am
- Forum: Data Manipulation
- Topic: how to remove #NA when using pagesave to export data from Eviews to excelsheet
- Replies: 1
- Views: 38
Re: how to remove #NA when using pagesave to export data from Eviews to excelsheet
Use na="" as an argument to the pagesave command.
- Tue Feb 12, 2019 1:58 pm
- Forum: Data Manipulation
- Topic: Convert Series type to svector
- Replies: 3
- Views: 60
Re: Convert Series type to svector
Probably the easiest thing to do is to use @strdate(@date, "YYYY/MM/DD") to create a string representation of the dates as an alpha, then bring that alpha over.
- Tue Feb 12, 2019 12:34 pm
- Forum: Data Manipulation
- Topic: Convert Series type to svector
- Replies: 3
- Views: 60
Re: Convert Series type to svector
You want to convert a series to a string-vector? If so, use @str to convert the series into an alpha, then @convert to convert that alpha into an svector.
If you want to convert the series into a vector, just use @convert on the series.
If you want to convert the series into a vector, just use @convert on the series.
- Mon Feb 11, 2019 11:35 am
- Forum: Any Other Business
- Topic: Passing parameter and run prg file in API
- Replies: 5
- Views: 152
- Mon Feb 11, 2019 10:37 am
- Forum: Any Other Business
- Topic: Passing parameter and run prg file in API
- Replies: 5
- Views: 152
Re: Passing parameter and run prg file in API
The run and exec commands allow you to pass arguments and options to the .prg. The .prg could be written such that it uses those arguments or options to populate the fields of your SQL log in, presumably.