JSL scripting for dynamic column asignment in graph builder
I am attempting to create a session script to generate graphs using JMP's Graph Builder. However, a challenge arises because the number of columns in my data varies depending on the period each time the data is updated, which necessitates modifying the Graph Builder script manually for each update.
To address this, I am considering a method where column names are prefixed (e.g., A_, B_, C_). This ...