JMP 13 JSL that passes variables to oracle SQL statement
I am working with a collegue that has a JMP 13 script to is defining variables using Modal windows. User selection then sets variables that we want to pass into a open database section of our script in the SQL statement. Data table is updated for which oven is selected in the Modal window. We then select the oven column to pass this value into our SQL statement.
Example.
OvenList={18,22};
n...
steve_reinhart
dale_lehman