Filling Comment into rows by selected row state from scatterplot
I like to avoid the way using the menu Rows -> Row Selection -> Name selection in column
I rather like to put a comment into rows selected by mouse from a scatterplot via script.
The following does not write the text to the column and does not give an error in the log.
How is the correct syntax? I am using JMP18
Names Default To Here( 1 );
dt = Current Data Table();
//Select data point in graph
/...