To make a combined data table from life distribution
I have this report, want to make a combined data table, tried the following code, does not work, any suggestions?
rld = ld << report;
dt = rld[Table Box( 6 )] << Make Combined Data Table;