Page 1 of 1
Series attibutes and stacking
Posted: Wed Jul 27, 2016 6:51 am
by Redwing153
Hello,
My series have attributes which I would like to retain when stacking them, such that I can use the attributes to apply a value map to the stacked series.
Is this possible? How?
Thanks.
Re: Series attibutes and stacking
Posted: Wed Jul 27, 2016 7:19 am
by EViews Gareth
You'll have to manually copy the attributes across after the stack (or write a program to automate it).
Re: Series attibutes and stacking
Posted: Thu Jul 28, 2016 12:30 am
by Redwing153
Thanks - what would such a program look like?
Ideally I would like to create an alpha series in the worksheet which contains the stacked data, where that series contains attributes from the original unstacked series.
Re: Series attibutes and stacking
Posted: Thu Jul 28, 2016 9:09 am
by EViews Gareth
Create the (multiple) alpha series in the unstacked page with something like:
Code: Select all
alpha att_usa = usa.@attr("blah")