Hello,
so i have a script that gets a data table with data and a data table with its specs. when i manually run Process Capability i can choose the columns and use the spec table and everything works like intended.
the Problem:
I am trying to run this through a JSL script. the idea is to get a list of the currently open data tables, open a new window, have a dropdown with the list of data tables, and the user can choose the spec table they want to use. this script would run on the toolbar and the user will run it off the data table with the data they are interested.
I can use insertInto(dt,data table(i++)) to get a list of the data tables but breaks once i exceeds the number of tables. is thier a function like N Items(data tables)?? or do i have to get the user to type in the table name?