Forum Discussion
Bidu
2 years agoFrequent Visitor
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]:
- 2 years ago
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
SQL_SousChef
2 years agoFrequent 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.
mlsx4
2 years agoMemorable 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