Hi, right now i have 6 scripting JMP that i use randomly depend on situation failure of my product. So i have created an example button box that i want to pick certain scripting JMP without opening at file.
My question is, can someone help me to open the script and the same time run the script using my button box?
mystylelife19_1-1661663751802.png
mystylelife19_2-1661664131650.png
User_Input = New Window( "JMP AUTOMATION", << modal(),
hlistbox(
),
Button Box( "BiModal (IL_ALL)",
),
Button Box( "SBL Disposition",
),
Button Box( "Median Disposition",
),
Button Box( "Fit Y By X",
),
Button Box( "Time Plot",
),
Button Box( "DELETE UNROW COLUMNS",
),
);