Application Current DataTable
Dear Community, With your help, and many searches and iterations, I'm now close to wrapping-up my first JMP application. I'm still struggling on few points, for which sure someone will suggest easy solutions ;):A the end of Dialog1 script, I'm opening a Data Table that was selected by the UserOnNext1 = Function( {},
file_path = FilePath << GetText();
If ( file_path != "",
//IST Text File
dt
...