Page 1 of 1

Copy description of a timeseries

Posted: Fri Jun 12, 2015 9:51 am
by loulouviews
Hi everybody,

I have a very simple problem, I have a timeseries X with a description and I want the series Y to be perfectly equal to X, description included.
I wrote :

Code: Select all

smpl @all series Y = X
But unfortunately it doesn't paste the description, only the values.

Does anybody have an idea ? It would be of great help.

Thanks a lot,

Loulouviews

Re: Copy description of a timeseries

Posted: Fri Jun 12, 2015 5:13 pm
by EViews Gareth

Code: Select all

%desc = x.@description y.setattr("description") {%desc}

Re: Copy description of a timeseries

Posted: Mon Jun 15, 2015 11:30 am
by EViews Glenn
Copy should carry forward the description

Code: Select all

copy x y