Page 1 of 1

Copy sample to another page is not working

Posted: Fri Feb 15, 2019 10:41 am
by lgazire
When i run sample smpl_{%produto} {%dt} generates the data 01/02/2009 @last but when i try to copy to another page it only generates @all

Steps:

sample smpl_{%produto} {%dt}
copy(overwrite) home\smpl_{%produto} {%produto}\dt

I tried without the overwite param as well and it didn“t work, what am i doing wrong?

Re: Copy sample to another page is not working

Posted: Fri Feb 15, 2019 11:00 am
by EViews Gareth
No idea, seems to work fine.

Code: Select all

wfcreate(page=home) d7 2008 2010 %dt = "01/02/2009 @last" %produto = "test" pagecreate(page={%produto}) d7 2009 2011 pageselect home sample smpl_{%produto} {%dt} copy(overwrite) home\smpl_{%produto} {%produto}\dt pageselect {%produto} show dt