Search found 9 matches
- Tue May 04, 2010 10:12 am
- Forum: Programming
- Topic: Integration of EViews with custom external database
- Replies: 1
- Views: 3296
Integration of EViews with custom external database
I have a custom time series database server which I would like to integrate with EViews. To interface with the server the client sends a request in XML over HTTP. The server returns an XML block over HTTP that contains numerical data in binary form with base64 encoding. Is it even technically possib...
- Tue Aug 18, 2009 1:21 pm
- Forum: Data Manipulation
- Topic: Summing columns using a wildcard
- Replies: 1
- Views: 3763
Summing columns using a wildcard
Is there anyway I can create a new series that is the sum of a collection of series, where the collection is specified with a wildcard? For example:
series x = sum(*_commonsuffix)
Here I want make x equal to the sum of all series ending in _commonsuffix.
Thanks.
series x = sum(*_commonsuffix)
Here I want make x equal to the sum of all series ending in _commonsuffix.
Thanks.
- Wed May 27, 2009 8:55 am
- Forum: Programming
- Topic: Looping through multiple arrays
- Replies: 2
- Views: 5734
Re: Looping through multiple arrays
I see how the group solution is useful for pre-existing series. However, in my example I have (a) pre-existing series (those items in the database), (b) strings not enclosed in quotes which are meant to be part of an object name, and (c) pure strings which are used as a title. I can imagine using a ...
- Wed May 27, 2009 5:26 am
- Forum: Programming
- Topic: Looping through multiple arrays
- Replies: 2
- Views: 5734
Looping through multiple arrays
I'm trying to loop through a group of series that I use to create graphs. For each graph I need the series name, a name for the graph object, and a string to use as the graph title. Example code is below. for %s %o %c regional::casatxa atlanta "Atlanta" regional::casboxa boston "Bosto...
- Tue May 12, 2009 11:51 am
- Forum: Programming
- Topic: Error handling
- Replies: 1
- Views: 5640
Error handling
Does EViews have any mechanism for error handling? It seems clear from the documentation that there is no try/catch feature in the language, and I also cannot find any mention of simpler error handling mechanisms. At a minimum, I would like to find a way to have my programs silently log errors and t...
- Mon May 11, 2009 10:40 am
- Forum: Data Manipulation
- Topic: Reading an Excel file with no XLS extension
- Replies: 1
- Views: 4118
Reading an Excel file with no XLS extension
I need to read a number of Excel files that are produced by a different group within my organization. For historical reasons the filenames do not have any extension. However, if I use the read() command: read(t=xls,...) "C:\test" ... then Eviews will try to automatically try to find the fi...
- Wed May 06, 2009 4:04 pm
- Forum: Programming
- Topic: Retrieving page frequency
- Replies: 4
- Views: 7884
Re: Retrieving page frequency
Excellent, thank you all for your help.
- Tue May 05, 2009 11:32 am
- Forum: Programming
- Topic: Retrieving page frequency
- Replies: 4
- Views: 7884
Retrieving page frequency
Is there a way to retrieve the date frequency of a page?
- Tue May 05, 2009 9:27 am
- Forum: General Information and Tips and Tricks
- Topic: Include path
- Replies: 1
- Views: 6148
Include path
Does EViews have any place where I can specify a path where EViews will automatically search for files included by the include statement. Or, is there any file I can edit that is automatically included by EViews each time it runs? I would like to be able to define a number of subroutines for use thr...
