YvX plot, how to JSL iterate through a column's 'groups'?
SO a bit lost here, trying to figure out JSL on my own. Can you advise on how I would create a generic JSL script that can plot a simple Fit YvX plot that iterates through the various "GroupBy's" in a column? For example, Fit Y b X: Y, response = Value X, Factor = TimeStamp By = GroupBy1, GroupBy2 this results in a series of charts grouped by all the unique groups of the two columns. I then ...