How to prompt user to name SQL query output data table and add date and time to filename?
Dear all,I am asking for your expert advice on the following topic, since I am really new to JMP scripting. I made a SQL query (invisible) through the Query builder but I need help to: - prompt the user to insert data table file name (pop-up window);- add date and time (ddmonyyyy:h:m:s) to the output data table What I managed to script is here below:Names Default To Here( 1 );
dt=New SQL Query(
V...
atlas100