Create string of unique column value for SQL data pull
I am using JSL to pull data from SQL. In a Where statement I am defining ShopOrderID manually. How can I make a string(List) of all unique value from different JMP table and use that as a variable to pull data from SQL table? I tried summarize function but it did not worked.