Page 1 of 1

Filter on description

Posted: Wed Mar 29, 2017 6:58 am
by pelleenglund
Hello,

I wonder if you can search for a description of a series in an EViews workfile, i.e. filter not only for a series name but also for a description?

Best regards,
Per

Re: Filter on description

Posted: Wed Mar 29, 2017 8:24 am
by EViews Gareth
Unfortunately not.

Re: Filter on description

Posted: Wed Mar 29, 2017 10:55 am
by EViews Jason
You can however query the current workfile via the @wquery command and get a space delimited list of objects that match the criteria.

Code: Select all

@wquery("<>", "description matches arable and type=series","name")