All aggregate table columns (other than dss columns) should always have a source table specified, even if a column transformation is in use. |
WhereScape RED generated update procedures for aggregates are incremental. Incremental updates are based on a date dimension key and number of look-back days. The aggregate update process looks at any records that have been updated in the fact table in the last 7 days (by default). |
To support this, a date dimension key must be selected. The columns chosen must be in both the source fact table and the aggregate. Select this column and click OK.
Any column transformations added to a measure column of an aggregate 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)). |