I'm am trying to open a data table using the following code:
Names Default To Here(1);
dt1 = Open( "f3uel_airborne_2020_data");
dt2 = Open( "peaks_data_431");
When I run this, I get an Application Not Found error in the log and it fails to open.
Does anyone have any idea what may be going on here? I'm using JMP19 on a Mac.