I would like the quoted string in the :Name() function to be an element that JMP evaluates, rather than just being a quoted string. I would like the below script to work
names default to here(1);
dt=current data table();
thename="NPN1";
bivariate(x(:Name(thename)),y(:Pnp1))