It may depend on the organization of the data. If you have a collection
(list, series, group, etc.), then use ForEachMember. If you have a field,
then you could do Extract->ForEachMember. There are other looping
constructs to consider like ForEachN and Sequencer as well as Get/Set.
Jan Callewaert
<[EMAIL PROTECTED]>@opendx.watson.ibm.com on 08/07/2003
11:54:37 AM
Please respond to [email protected]
Sent by: [EMAIL PROTECTED]
To: [email protected]
cc:
Subject: [opendx-users] Cycle through data
Hi,
I am writing a macro to calculate the covariance of a set data. Obviously,
I
must cycle through the data. What module do I use for this. I thought it's
ForEachMember that I need, but that gives me the error
>ERROR: ForEachMember: Bad Parameter: input must be group or list.
grtz,
Jan