Hi all,
I have one summary table and I would like to rename one or two columns of the summary table
My script is like below:
ST_NEW = dt << Summary(
Group( :prodgroup3, :link_id, :complevel_1, :test_or_bond_head_id, :bondstage ),
Mean( :align_ratio_2 ) << Name( "align " ),
Std Dev( :align_ratio_2 ),
Output Table Name( "ST_NEW" ),
);
I would like to rename circled columns to new names
Could anyone help me to solve this?
Sincerely,