Page 1 of 1

bug when copying link series from group

Posted: Wed Mar 15, 2017 3:58 am
by rousing
Hi

When I copy a number of series from a group to another workpage - and the series in the group is itself already a pagelinking series - I get an error message: "SERIESNAME is not defined in "copy(link) ...."

The code I run is shown below.

Thanks in advance for your assistance.

Best regards
Rasmus
Mar 2 2017 build

%grp_ic=@wlookup("g_i* g_y*","group")
group gg_ic {%grp_ic}

for !i=1 to gg_ic.@count
%sname=gg_ic.@seriesname(!i)
copy(link) Data_LOCH\{%sname} Data_Assets_IC\*
next

Re: bug when copying link series from group

Posted: Wed Mar 15, 2017 9:14 am
by EViews Steve
Thanks for the bug report. It has been fixed and will be made available in our next EViews 9 and 9.5 patch.

Re: bug when copying link series from group

Posted: Wed Mar 15, 2017 9:18 am
by rousing
great, thanks a lot :)