Get the title from a number col box
Okay so just starting to dive into Tree navigation and I have this simple script that I'm experimenting with:names default to here(1);
dt=current data table();
//this is a partition analysis
actobj=Current Report()[outlinebox(1)]<<get scriptable object;
actobjrpt=actobj<<report;
//this links to the Logworth value from the first split
actobjtable = actobjrpt[numbercolbox( 7 )][1];
So I can get t...