Page 1 of 1

Sum List

Posted: Tue Apr 12, 2011 4:35 pm
by jim.savage
Hi all,

I have a string containing the variable names of a large number series. I would like to sum these series with each other, to arrive at a total level of output. Is there a way to sum over a string list?

Cheers,
Jim

Sum List

Posted: Tue Apr 12, 2011 5:19 pm
by EViews Gareth
Put them into a group, then use the @rsum function.

Re: Sum List

Posted: Wed Apr 27, 2011 5:40 pm
by jim.savage
Thanks Gareth!