How to save a jmp data table after its downloaded from sql query
I am importing data from data base and would like to save the data table. The data table takes some time to get downloaded. I would like to detect when the datable is downloaded and then save it at a location. Below is the code i tried. The first part of extracting data table is happening fine.The second part (highlighted in blue ) of detecting the data table once its downloaded and open is not wo...