Forum Discussion
laciodrom_80
10 years agoHelper IV
Creating a new Table
Hi all, I've got ConfigurationRangeDates table with theese three columns: Id StartDate EndDate 1 01/01/2016 31/03/2016 2 01/04/2016 31/0...
- Anonymous10 years ago
laciodrom_80 you will need a separate date table with a continuous range of dates covering the entire range of dates you want to cover. Then you can use the solution given when I had essentially the same question as you. Except where I'm using a week column you will use the date column.
Anonymous
10 years agoNot applicable
laciodrom_80 you will need a separate date table with a continuous range of dates covering the entire range of dates you want to cover. Then you can use the solution given when I had essentially the same question as you. Except where I'm using a week column you will use the date column.