Hello all,
Im trying to extract information from a TableBox() in a report into a data table for manipulation. I've read through http://www.jmp.com/support/help/Manipulating_Displays.shtml#196022 and have some of it working, but I have two problems:
var = rdist["Summary Statistics"][1][1][1][1];
returns
"mean"
So I know I've can Identify the object and use the syntax, but
var = rdist["Summary Statistics"][1][TableBox(4)][1][1];
returns
Cannot subscript Display Box in access or evaluation of 'Subscript' , rdist["Summary Statistics"][1][/*###*/Table Box( 4 )]
In the following script, error marked by /*###*/
var = rdist["Summary Statistics"][1][/*###*/Table Box( 4 )][1][1]
Perhaps I'm missing something obvious. A picture of the display tree is attatched. Don't know why it won't accept the syntax.
The real goal is to get the table I want to use is the "Summary Statistics" tablebox(4).
So when I try:
var = rdist["Summary Statistics"][1][1];
rdist << make data table();
I get:
The display box 'OutlineBox' does not recognize the message 'make data table'; perhaps you mean one of these: <<Make RowState Handler <<Selectable <<Get Title <<Set Title <<Set Menu Item State <<Get Menu Item State <<Set Scriptable Object <<Get Scriptable Object <<Add Text Item <<Set Font Name <<Get Font Name <<Set Window Title <<Add Pin Annotation <<Save Capture <<Get Window Title <<Set Window Title <<SetNotStretchable.