JSL: How to loop through columns, generate a Graph Builder report, and save each as a JPG file
Hello, I have a dataset contianing 41 variables. I need to plot each of the first 40 against the last one, for example, to make 40 box plots, or jitter plots. To create a nice fully featured plot via the create graph menu it's easy and even fun. I know how to save the script of what I did, but what I don't know, is how to write a loop that will take each iteration another variable and replace ...
vince_faller