Use for loop on variability chart for several columns
Hi,I have several columns in a dataset and wanted to use script to plot them in variability chart so that I can generate these plots with similar settings. But there is an error. Can someone enlighten what should be the correct syntax? my script:dt = currentdatatable();
colnames = dt << get column names( numeric );
show(colnames);
nw = New window("Plots");
for(i=5, i<nItems(colnames), i++,
test = colna...