Private yes/no?
When I open a data table, I can use the option private to hide the data table:dt = Open( "$SAMPLE_DATA/Big Class.jmp", private ); The same feature is also available for table operations like Subset, Concatenate, and so on:Data Table( "Big Class" ) << subset(1, Private)
Data Table( "Big Class" ) << Concatenate( Data Table( "Big Class" ), Private);For MFI, there no such option :(
... up to now, but a...