I need help to make this loop work
Hello everybody.Names Default To Here( 1 );
dt = Current Data Table();
For ( i = 1951, i <= 2021, i++,
gb = dt << Bivariate(
Y( :PRCPC ),
X( :Mes ),
Fit Each Value( {Line Color( {208, 64, 86} )} ),
Fit Line( {Line Color( {45, 177, 53} )} ),
Fit Spline( 20.13724, {Line Color( {64, 110, 211} )} ),
Where( :Any == [i]),
SendToReport(
Dispatch( {}, "Bivar Plot", FrameBox, {Frame Si
...