Customize Column Name in Tabulate Funtion JSL
Hello,I am having difficulty deciphering how to customize the resultant column names from the tabulate script function. My code is here:obj3 = dt4 << Tabulate(
Add Table(
Column Names( :Batch No Intercept ),
Column Table(
Grouping Columns( :Batch No Intercept ),
Analysis Columns( :Aging Rate )
),
Row Table( Grouping Columns( :Y Intercept ) )
)
);
obj 3 << Make Into Dat
...