JSL get values from a table and make into a text string that can be used as an input in another datebase query
In my script I have multiple data base queries. From one query it get a column with a list of lot numbers. I want to take the values from this column and make them into a local variable that I can use in the next data query to pull data from a different database. using a script line below I get the value string.cassette = SLC:DESTINATION_CASS << get values; result cassette = {"SPQ093146 1"}How ...
