Page 1 of 1

Prevent EViews to throw an error when object is not found in database

Posted: Mon Oct 03, 2016 7:35 am
by loulouviews
Hi,

I'm fetching multiple timeseries in a locally stored database. Some timeseries may not exist but I don't want EViews to throw an error if the timeseries does not exist, is it possible ?

To be more precise, my database is a copy of Eurostat HICP database. My loop is on countries and some HICP indexes does not exist for some countries.

Best,

Louis

Re: Prevent EViews to throw an error when object is not found in database

Posted: Mon Oct 03, 2016 9:32 am
by EViews Jason
Unfortunately there is no way to ignore the error.

I would try querying for the series (see http://www.eviews.com/help/helpintro.ht ... query.html) and if it is found then fetch the series.

Re: Prevent EViews to throw an error when object is not found in database

Posted: Thu Oct 06, 2016 6:50 am
by loulouviews
Thanks :) !