Create a New Column and Add Notes
I find the Notes property in a JMP column useful as a means to automatically add labels to the resulting graphs. The issue I'm having relates to generating new data columns related to parent columns and having the parent Notes automatically apply across. In the script below, I had hoped that the line << set property( "Notes", Notes );
would do the trick but I'm missing something. Here's the mai...