Page 1 of 1

ID series do not uniquely identify workfile observations

Posted: Thu Nov 07, 2013 2:57 am
by tvonbrasch
Hi
when trying to unstack the panel workpage using the commands

wfopen(page=lp) "lp.xlsx"
pageunstack(page=pool) country @date(time) ,

i get the error message " ID series do not uniquely identify workfile observations in ....". Can you please have a look at my excel file. I do not understand what the cause of this error is.
Sincerely
Thomas von Brasch

Re: ID series do not uniquely identify workfile observations

Posted: Thu Nov 07, 2013 9:05 am
by EViews Gareth

Code: Select all

pageunstack(page=pool) country @date

Re: ID series do not uniquely identify workfile observations

Posted: Thu Nov 07, 2013 11:11 pm
by tvonbrasch
Thanks!
Thomas