Transpose group
Posted: Sat Feb 20, 2016 3:22 am
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??
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??