Multiple input for SQL data pull using JMP script.
I have a JSL script that pulls data from SQL. Currently, I have a list of order numbers in a table, and I am using that to pull data for all unique shop orders.
I would like to add a popup function to enter multiple shop orders. I was able to do that for one order. How can add multiple shop order in a pop up box?
Below is the script I came up with.
Names Default To Here(1);
Clear Globals();
//dt...