Forum Discussion
Why Date table doesn't filter?
Hello,
I have this link[1], but my dynamic table[2] doesn't agregate as expected. Why?
[1]:
[2]:
Hi Bidu
You may have some of the dates stated as datetime so it is not probably catching it properly. Or as, SQL_SousChef says, the Calendar table doesn't correspond to the dates in your table
2 Replies
- SQL_SousChefFrequent Visitor
Your month is blank in your second picture. Which makes me think your Date table does not have all of the dates in the table it is connected. So the 'Count of request item' number 15872 is the count of request items that are not in your date table dates. You can probably just use CALENDARAUTO to make your date time then add whatever columns are needed.
- mlsx4Memorable Member
Hi Bidu
You may have some of the dates stated as datetime so it is not probably catching it properly. Or as, SQL_SousChef says, the Calendar table doesn't correspond to the dates in your table