You can't create this inside the model. It has to be a macro or command file that you execute (read in) after the analysis is done. This code creates a new view variables with all the values you are asking for.
var set var=new_values real=0.0
for var=ii start=1 end=(eval(COLS(.sample.Last_Run.Relative_Y.Q)-1))
You can't create this inside the model. It has to be a macro or command file that you execute (read in) after the analysis is done. This code creates a new view variables with all the values you are asking for.
var set var=new_values real=0.0
for var=ii start=1 end=(eval(COLS(.sample.Last_Run.Relative_Y.Q)-1))