Series in different pages?
Posted: Fri Apr 06, 2012 1:23 am
This question is pretty basic. But is it not possible to using series from other sheets than the currently selected when doing calculations? I would have thought that the following code would run smoothly
but I get an error message saying "ONE\TMP1 is not defined." Am I doing something wrong or is this just not possible in EViews?
Code: Select all
wfcreate(page=one) q 1900 1950
series tmp1=1
pagecreate(page=two) q 1900 1950
series tmp2=one\tmp1*2