Search found 14 matches
- Mon May 27, 2019 6:11 am
- Forum: Data Manipulation
- Topic: ECB SDM - Wrong Decimal Notation
- Replies: 1
- Views: 5008
ECB SDM - Wrong Decimal Notation
Hello, I'm downloading the following time series from the ECB data warehouse with the following code: WfCreate q 1990 2019 dbopen(type=ecb, server=https://sdw-wsrest.ecb.europa.eu/service) fetch bls__bank_selection=all.bls_agg_method=fnet.bls_count=e.bls_count_detail=z.bls_item=o.collection=b.decima...
- Fri May 05, 2017 1:24 am
- Forum: Data Manipulation
- Topic: Import data with start and end date in columns
- Replies: 4
- Views: 6306
Re: Import data with start and end date in columns
Thanks a lot!
- Wed May 03, 2017 11:36 pm
- Forum: Data Manipulation
- Topic: Import data with start and end date in columns
- Replies: 4
- Views: 6306
Re: Import data with start and end date in columns
Yes, I would like to have them on the same page.
Yes, the frequency is always quartely; data range is from 2003 to 2016.
Yes, the frequency is always quartely; data range is from 2003 to 2016.
- Wed May 03, 2017 2:40 am
- Forum: Data Manipulation
- Topic: Import data with start and end date in columns
- Replies: 4
- Views: 6306
Import data with start and end date in columns
Hello, I have text file in the following format: isin startdate enddate volume art xyz 2002q1 2006q3 100 10 zas 2001q1 2016q3 200 50 ... I would like to have import this file and create time series for every isin from the start to enddate. The variables volume and art should be the same for every si...
- Thu Feb 02, 2012 2:03 am
- Forum: Data Manipulation
- Topic: how can I retrieve the last obersation of a series
- Replies: 13
- Views: 17749
Re: how can I retrieve the last obersation of a series
Thank you. Everything works fine now.
- Wed Feb 01, 2012 3:01 pm
- Forum: Data Manipulation
- Topic: how can I retrieve the last obersation of a series
- Replies: 13
- Views: 17749
Re: how can I retrieve the last obersation of a series
thanks a lot. I guess the command @last({%ser}) is not working because I haven't updated of Eviews 6 for a while at my work computer. At home it works fine. Further, I noticed that the functions @last() and @ilast() work with Eviews 6 although they are not described in the command reference. I found...
- Wed Feb 01, 2012 12:41 pm
- Forum: Data Manipulation
- Topic: how can I retrieve the last obersation of a series
- Replies: 13
- Views: 17749
Re: how can I retrieve the last obersation of a series
Sorry, one more question.
Why does the following code not work? Do you have an idea?
scalar test = @last({%ser})
Thanks.
Why does the following code not work? Do you have an idea?
scalar test = @last({%ser})
Thanks.
- Wed Feb 01, 2012 12:24 pm
- Forum: Data Manipulation
- Topic: how can I retrieve the last obersation of a series
- Replies: 13
- Views: 17749
Re: how can I retrieve the last obersation of a series
Sorry, to bother you again. But how can I now retrieve also the date for this observation in form of string?
Thanks.
Thanks.
- Wed Feb 01, 2012 12:16 pm
- Forum: Data Manipulation
- Topic: how can I retrieve the last obersation of a series
- Replies: 13
- Views: 17749
Re: how can I retrieve the last obersation of a series
Thanks for the quick response.
- Wed Feb 01, 2012 11:44 am
- Forum: Data Manipulation
- Topic: how can I retrieve the last obersation of a series
- Replies: 13
- Views: 17749
how can I retrieve the last obersation of a series
How can I retrieve the value of the last observation of a series?
For example one series ends in 2009m12 and the other in 2010m12.
Do you have a code example?
Thanks a lot.
reep
For example one series ends in 2009m12 and the other in 2010m12.
Do you have a code example?
Thanks a lot.
reep
- Mon Jan 30, 2012 9:50 am
- Forum: Data Manipulation
- Topic: Determine number of graphs in one row
- Replies: 1
- Views: 3116
Determine number of graphs in one row
I have 7 frozen graphs which I want to plot in one graph. So I opened the seven frozen graphs together. I get 3 graphs in each row. However, I would like to have two graphs in each row. Does anybody know where to change the settings for this?
Thanks a lot.
reep
Thanks a lot.
reep
- Mon Jan 30, 2012 2:19 am
- Forum: Data Manipulation
- Topic: Different scaling of two y-axes
- Replies: 3
- Views: 9145
Re: Different scaling of two y-axes
How can I assign two axis via code. Do you have a short code example?
Thanks a lot.
All best,
reep
Thanks a lot.
All best,
reep
- Fri Jan 27, 2012 6:04 am
- Forum: Programming
- Topic: Creating loops with different variables
- Replies: 2
- Views: 3882
Re: Creating loops with different variables
You have to use {} around %v.
for example: p{%v}
for example: p{%v}
- Fri Jan 27, 2012 5:48 am
- Forum: Data Manipulation
- Topic: Different scaling of two y-axes
- Replies: 3
- Views: 9145
Different scaling of two y-axes
I have a group of two series. One series refers to an equity index and the other to yields. I want to plot both in one graph, but the scale for the equity index should be on the right side and for the yields on the left side. Is there a possibility to accomplish this?
Thanks for the help.
Thanks for the help.
