Saved Bookmarks
| 1. |
How To Determine What Records To Extract? |
|
Answer» When addressing a table some DIMENSION key must REFLECT the NEED for a record to get extracted. Mostly it will be from time dimension (e.g. date >= 1ST of current month) or a transaction flag (e.g. Order Invoiced Stat). Foolproof would be adding an archive flag to record which GETS reset when record changes. When addressing a table some dimension key must reflect the need for a record to get extracted. Mostly it will be from time dimension (e.g. date >= 1st of current month) or a transaction flag (e.g. Order Invoiced Stat). Foolproof would be adding an archive flag to record which gets reset when record changes. |
|