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 name "foo". Using "Eval Insert" also didn´t work for me.
Is there a way to set the visibility of a data table with a variable?
Thank you!
Victor