JSL: How to call outlinebox on calculated string, like: Report(platform)[OutlineBox(parse("Stepwise Fit for " || yparm))]
Hello, i try to call my outlinebox report by substituting with the table variable name (character string) I want to look at.I first tried without substitution and it worked well.Then i did: NamesDefaultToHere(1);
yparm = "MyResponse1";
dt = DataTable("MyDataTable");
...
platform = dt << Fit Model( ... , Personality("Stepwise"), ... );
wait(0) ;...
TableToGet = Report(platform)[OutlineBox(parse("S