Page 1 of 1

Get Link property with command line

Posted: Wed Nov 04, 2015 8:41 am
by patrice
Hello,

Using EViews 8.1, I have a Annual page with links to Quarterly page. These links are define as:
link {%series}.linkto(c=last) QPAGE\{%series}
or
link {%series}.linkto(c=mean) QPAGE\{%series}

Now I would like to identify in command line series that are link using mean method.
My code is this for the moment:

Code: Select all

%all=@wlookup("*","series") for %i {%all} if {%i}.@detailedtype="LINK" then ' My missing test: If ....="MEAN" then ... endif next
Thanks for your help

Re: Get Link property with command line

Posted: Wed Nov 04, 2015 9:11 am
by EViews Gareth
I don't think this is possible.