Hello,
I have a JSL script that calls for different SQL queries. After the data table is complete, I want to close the queries. Is this possible?
query = Close( "C:\\example.jmpquery" )
does not work.
Thanks.
Go to Solution
Thanks! this works!