Page 1 of 1

Match Merge Error Message

Posted: Tue May 30, 2017 12:00 pm
by trainee
Wondering why I am getting the "Match merge is only available when copying between workfile pages" when I run: copy {%y} judgement weights::daily\{%y}

Full code is this:

wfopen (wf=%name, page can) "C:\file.xlsx"
string orig_name = @wlookup("q*")
for %x {orig_name}
%y = "can_qgdpr_nc" + @right(%x,4) + @left(%x,2)
rename %x {%y}
copy {%y} judgement weights::daily\{%y}
next

Thanks!

Re: Match Merge Error Message

Posted: Tue May 30, 2017 1:11 pm
by EViews Gareth
Is your copy of EViews up to date?

Re: Match Merge Error Message

Posted: Tue May 30, 2017 1:43 pm
by trainee
Using E-views 8.1 at the moment. Have put in an order for E-views 9 so should be getting it soon.

Re: Match Merge Error Message

Posted: Tue May 30, 2017 1:45 pm
by EViews Gareth
What's the build date (Help->About EViews)?

Re: Match Merge Error Message

Posted: Wed May 31, 2017 10:23 am
by trainee
Aug 18 2015

Re: Match Merge Error Message

Posted: Wed May 31, 2017 10:28 am
by EViews Gareth
Try updating to the latest version.

Re: Match Merge Error Message

Posted: Fri Jun 02, 2017 7:41 am
by trainee
Updated to September 2015 version but still no luck.

Re: Match Merge Error Message

Posted: Fri Jun 02, 2017 8:08 am
by EViews Gareth
Then we'll need more detail.