report.header("Low");
report.endRow();
for (final AnalystField item : this.analyst.getScript().getNormalize()
.getNormalizedFields()) {
report.beginRow();
report.cell(item.getName());
report.cell(item.getAction().toString());
report.cell(Format.formatDouble(item.getNormalizedHigh(),
FIVE_SPAN));
report.cell(Format.formatDouble(item.getNormalizedLow(),