With multiple Data Table how do i link it such that each time i rerun it will choose the correct one.
Hi all, I have a JMP script which generates a Journal with different plots using different data tables. Using the journal how can i rerun the plot without having to choose which data table to use. For( i = 1, i <= N Items( colPlotType ), i++,
/* SET THE CURRENT DATA TABLE TO THE APPROPRIATE REPORT TYPE */
If(
/* IF REPORT TYPE IS PD*/
colReportType[i] == "PD",
/* THEN */
If(
Is Empt
...