Sorry I did not post my script, here it is, it is in the same format ad Brady shared, but I got the below error message
Subscript problem in access or evaluation of 'rld[ /*###*/Table Box(6)]' , rld[/*###*/Table Box( 46)]
ld = VT_Sweep_EVO_Sum << Life Distribution(
Perspective( Compare Groups ),
Y( :Low, :High ),
Grouping( :Readout ),
Freq( :Name( "Sum(PDF)" ) ),
Confidence Interval Method( Wald ),
Select Distribution( Distribution, Nonparametric ),
Select Scale( Nonparametric ),
// Select Distribution( Distribution, Normal ),
// Select Scale( Normal ),
Tabbed Report( 0 ),
Show Survival Curve( 1 ),
By( :Lot, :Wf, :Name( "PreconTemp(C)" ),:Name( "Precon-cycles" ),:Name( "StressTemp(C)" ),:ReadTemp ),
SendToReport(
Dispatch(
{"Life Distribution - Compare Groups", "Individual Group"},
"",
List Box( 2 ),
{Set Summary Behavior( "Collapse" )}
),
Dispatch(
{"Life Distribution - Compare Groups", "Individual Group"},
"",
List Box( 15 ),
{Set Summary Behavior( "Collapse" )}
)
)
);
rld = ld << report;
dt = rld[TableBox(6)]<<Make Combined Data Table;