The Summary command creates a new table of summary statistics according to the grouping columns that you specify. Do not confuse Summary with Summarize, which collects summary statistics for a data table and stores them in global variables. See Store Summary Statistics in Global Variables for details.
summDt = dt << Summary(
Output Table Name( "Height-Weight Chart" ) );
提示:Output Table Name can take a quoted string or a variable that is a string.
You can specify the format of the statistics column name using statistics column name format(). 表 9.2 shows the option and examples:
For example, add an option like this to your Summary message:
statistics column name format( "stat of column" )