Search found 4 matches
- Thu Nov 22, 2012 8:20 am
- Forum: Data Manipulation
- Topic: How to link data from dated page to undated page?
- Replies: 6
- Views: 4623
Re: How to link data from dated page to undated page?
Thank you so much! That works perfectly! create(page=full) w 1990 2000 series weeknum = @datepart(@date, "ww") series y=nrnd pagecreate(page=weeks) u 53 series weeknum = @trend+1 for !i=1990 to 2000 link y_{!i} %smplspec = "if @year = " + @str(!i) y_{!i}.linkto(smpl=%smplspec) fu...
- Thu Nov 08, 2012 10:58 am
- Forum: Data Manipulation
- Topic: How to link data from dated page to undated page?
- Replies: 6
- Views: 4623
Re: How to link data from dated page to undated page?
Thank you, Gareth! This works well, but I have one concern. Since I need to update weekly page every week and do analysis in the undated page, if I create a new page every time, I will have to re-do the analysis. Is there any other way to directly link the data in weekly pages to the undated page? T...
- Thu Sep 27, 2012 8:21 am
- Forum: Data Manipulation
- Topic: How to link data from dated page to undated page?
- Replies: 6
- Views: 4623
Re: How to link data from dated page to undated page?
Basically, in undated page I'd like to create several series with each series for one year, i.e. undated page should have 53 (53 weeks in some years) observations, and each series corresponds to one year in dated page. Each observation in a series/year should link to the week number of that specific...
- Tue Sep 25, 2012 1:38 am
- Forum: Data Manipulation
- Topic: How to link data from dated page to undated page?
- Replies: 6
- Views: 4623
How to link data from dated page to undated page?
Hello, I have a dated weekly series that I want to link to an undated page where each series contains data only for one specific year. The data I have in weekly page: 1/02/2010 -1.22 1/09/2010 -0.24 1/16/2010 -0.25 1/23/2010 -0.27 . . . 1/01/2011 2.93 1/08/2011 4.92 1/15/2011 3.90 1/22/2011 3.89 . ....
