Data Table Visibility
Hi everyone,i want to set the visibility ("private" or "invisible") of a data table with a variable. Unfortunately this doesn´t work for me. Here is a short example:Names Default To Here (1);name ="foo";visibility = "private";dt = New Table (name, visibility , New Column("bar", Character, "Nominal") );Although the variable "visibility" is set to "private", JMP still shows me a data table with the ...
