Page 1 of 1

Fetch to various pages

Posted: Mon Mar 09, 2009 9:07 am
by javiersan
Hi,

I have a workfile with two pages, one monthly, one quarterly and I have a database with both monthly and quarterly data. How can I fetch the monthly series from the database to the monthly page and the quarterly ones to the quarterly page?
I cannot find any reference to this in the manuals.

Thanks,

Javier

Re: Fetch to various pages

Posted: Mon Mar 09, 2009 9:17 am
by EViews Gareth
I'm not sure there's a way to do this via the command line, but via the GUI its quite easy - open up your database, put in a query of "freq=M" to get the month series, or a query of "freq=q" to get the quarterly.

Re: Fetch to various pages

Posted: Mon Mar 09, 2009 9:24 am
by javiersan
Unfortunately, I'd like to write it in a program so I need a command if that's available.

Regards,

Javier