How to prevent unlocking data table?
Hi,I am really new to JMP.I created a script to import data from an Access DB through Query Builder.I used the following to get a locked data table and it worked. dt << Lock Data Table( 1 )
I need users to open this locked table to review data but I noticed that it is possible to unlock data by clicking on the top-left red triangle (see screenshot attached) and selecting Unlock Data Table. Is there...