Passing column name to function as variable in JMPPRO 14.3
Very simply, I am trying to modularize some variability charts. In total there are 3-4 different parameters that I want to plot these charts for, so I need to pass in a key to the function to tell it which column to plot and let it set up some specific handling of that column. Namely, what sort of transformation that column needs to undergo as part of the plot operation. The way I've started is to...