Thanks @ron_horne. Let me try to give an overview of what I am trying to do. My main script has the following (simplified here) flow.
Open a data table (and call it dt), and then plot distribution plots for several columns in it using a function
getDistribution ("ColName", "LSL", "USL", "other input parameters")
Each resulting distribution plots have "Quantiles", "Summary Statistics" and "Capability Analysis (with outline closed)".
Next part of main script is to create a table (lets call it resultsdt) with several rows and columns where I need to pass values of calculated statistics as indicated in the original post.
However, the following does not work.
output = Report( dist = dt << getDistribution("ColName", "LSL", "USL", "other input parameters") );
resultsdt[5, 9] = Output[Outline Box( "height" ), Outline Box( "Quantiles" ), Table Box( 6 ), Number Col Box( 11)] << get( 1 ); // max
I have made sure that the numbers in Table Box () and Number Col Box () are correct. I get the following error
Send Expects Scriptable Object{8} in access or evaluation of 'Send' , output[Outline Box( "height" ), Outline Box( "Quantiles" ),
Table Box( 6 ), Number Col Box( 11 )] << /*###*/get( 1 ) /*###*/
Where am I going wrong?
When it's too good to be true, it's neither