Best Practices for Repeated Joins/Updates in JMP Scripts
Hi all,
I’m running a JSL script that performs Update/Join operations between calculation tables and filtered data tables. I noticed the following behavior:
When the script runs multiple times, JMP automatically renames duplicate columns to avoid name collisions, e.g.,
Batch Number - Batch Number of table 1,
Batch Number of table 2
Even if I close the tables from the panel, the varia...