Page 1 of 1
Transpose of a group view programmatically
Posted: Wed Oct 20, 2010 5:39 am
by javiersan
Hello,
I have a set of alpha series in a group. When I open it I the group view options allow for it to be transposed but I cannot find what the program equivalent syntax is. Could you please let me know if this is possible?
Many thanks,
Javier
Re: Transpose of a group view programmatically
Posted: Wed Oct 20, 2010 6:27 am
by trubador
Re: Transpose of a group view programmatically
Posted: Wed Oct 20, 2010 7:00 am
by javiersan
Thanks! That's not in the manuals, isn't it?
Javier
Re: Transpose of a group view programmatically
Posted: Wed Mar 07, 2012 2:06 am
by kinon902003
How can I make them become separate series after "transpose"? To me, it seems that the "transpose" is only for visual function. When I click the button "transpose", the group is transposed. But the data is not actually changed. No news series are created after transpose. How can I make the transposed result becomes "actual series" for doing other calculation?
Thank you very much for your help!
Re: Transpose of a group view programmatically
Posted: Wed Mar 07, 2012 8:48 am
by EViews Gareth
You cannot store the transpose of the group as series, since, in general, they would not be of the right size.
Re: Transpose of a group view programmatically
Posted: Fri Mar 16, 2012 5:28 am
by watabehj
Hello. I have an additional question on this matter.
Prior to version 7.2, "show(t)" command transposed group as well. However, after upgrading to version 7.2, I found that "show(t)" command doesn't transpose group anymore. Is there any reason for this discontinuation?
Thank you in advance for your help.
Re: Transpose of a group view programmatically
Posted: Fri Mar 16, 2012 8:07 am
by EViews Gareth
I don't think it was ever officially supported that way (can't be 100% sure about that though). The fact that it worked before was probably an accident. That accident was over-written when we added add-in support.
Re: Transpose of a group view programmatically
Posted: Fri Mar 16, 2012 5:24 pm
by watabehj
Thank you for prompt reply. Could same thing happen to "group_name.sheet(t)" command? As a previous commenter noted, it's not in the manuals, so it seems that usage isn't also officially supported.
Transpose of a group view programmatically
Posted: Fri Mar 16, 2012 6:48 pm
by EViews Gareth
It will stay.