Optimize Assign values to selected rows
Hi JMP Community, I wrote a jmp script to assign a string to the selected rows in the graph builder.The script will generate a wafer map for the X and Y coordinates. Users can select a region of a wafer and assign a string to the selected rows.The script works fine, but it takes a very long time to assign values to more than 10k selected rows. Am using :Column[rows] = "string" logic.Is there a way...