The creation of a summary table proceeds initially in the same way as an aggregate table.

All aggregate summary table columns (other than DSS columns) should always have a source table specified, even if a column transformation is in use. |

Any column transformations added to a measure column of an aggregate summary table must always include an aggregate function, usually SUM. For example, an ISNULL added to forecast_quantity should be entered as: SUM(ISNULL(forecast_quantity,0)).. |
