Forum Discussion

Bidu's avatar
Bidu
Frequent Visitor
2 years ago
Solved

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]:

 

 

 

  • mlsx4's avatar
    mlsx4
    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

2 Replies

  • SQL_SousChef's avatar
    SQL_SousChef
    Frequent 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's avatar
      mlsx4
      Memorable 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