Viewing 3 posts - 1 through 4 (of 4 total)
The 30 day filtering is done using the control.tblTransactionSummaryReloadDates table. This has 30 date key values loaded into it in a previous step of the ETL and so the inner...
August 2, 2017 at 1:58 am
Unfortunately everything I do for this client is 'too many rows' - they are a large international retail chain and have enormous data quantities coming into their DW on a...
August 1, 2017 at 11:19 am
Sorry I'd forgotten I'd used views. The vfactSalesSummary view is:SELECT StoreKey
, EmployeeKey
, EmployeeClassKey
, TillKey
, DateKey
August 1, 2017 at 10:44 am
Viewing 3 posts - 1 through 4 (of 4 total)