Page 1 of 1

Transpose group

Posted: Sat Feb 20, 2016 3:22 am
by danielimpuesto
Dear all,

I've a time series group and I need to create the transpose of it. So far I tried:

Convert it to a matrix and use matrix A = @transpose(B) but I lose all the names of the series.
And B.sheet(t) but that only change the view. I need a new table but the series names and the data transposed. Any idea??

Re: Transpose group

Posted: Sat Feb 20, 2016 2:03 pm
by EViews Gareth
What do you want the output to be? So far you've mentioned group, matrix and table...?

Re: Transpose group

Posted: Sun Feb 21, 2016 1:25 pm
by danielimpuesto
Thanks Gareth!!

Another group or series would be great. Not matrix.

I´ve a group, getting the transpose of that group would be awesome; but not just the view, a new object.

Re: Transpose group

Posted: Sun Feb 21, 2016 2:33 pm
by EViews Gareth
You cannot. It would defy the workfile structure.