Calculation applied to all series in a group
Posted: Thu Mar 20, 2014 1:25 pm
Is there a simple way to perform a simple arithmetic operation on all series in a group? For example, divide all series by 1000?
Code: Select all
for !i = 1 to group01.@count
%var = group01.@seriesname(!i)
genr {%var} = {%var} / 1000
next