Page 1 of 1

Automatic posting series to groups

Posted: Tue Apr 24, 2012 8:05 am
by Martijn
I have created 100 series, all with same sample period and I would like to put them into several groups.
The 1st group takes all series for which names start with "A1", the 2nd group takes all series with names ending with "B2".

Is there a way I can program that the series are posted to the right group?

Automatic posting series to groups

Posted: Tue Apr 24, 2012 9:54 am
by EViews Gareth

Code: Select all

Group group01 a1* Group group02 b2*

Re: Automatic posting series to groups

Posted: Wed Apr 25, 2012 12:04 am
by Martijn
Thank you