Problem with Get as Table from Report
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 Stat...