How to properly create a button column and use variables in the button's script
JMP community expert, I'm from China.
The following problem description comes from machine translation. Please don't mind that the grammar can be a little strange. I want to create a button column to write some scripts.
I mainly use the following methods to create button columns:cb = Expr(Col Box("Title"));
for each( {v, i}, list,
Insert Into( cb, button box("name", Script...) )
);
I inevitably u...