bug when copying link series from group
Posted: Wed Mar 15, 2017 3:58 am
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
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