Changing the format of a variable in a data table
Hi,i have the following syntax:dt2<< Summary(
Group( :Sample ),
Mean( :dilution factor, :l10t ),
Freq( "None" ),
Weight( "None" ),
Output Table( "log10t" ),
Std Err( :l10t ),
Link to original data table(0)
);
Loq = Data Table( "log10t" );
Loq << column(:Mean(l10t)) <<Format( "Fixed Dec", 12, 4 );
Loq << column(:Name ("Mean(l10t)")) << Format( "Fixed Dec", 12, 4 );
Column(Loq,:Mean(l1...