get main data table()
For linked data tables (either summary tables or linked subsets), CTRL + ALT + D or a click on will take me to the "main" table
This is very convenient. Great that JMP is willing to share this knowledge.
To make the most of it:
Is there a JSL function to get the main table? As of JMP18, there is a new function called is linked subset() that can be used to check if a data table is a linked subset.
h...