Forum Discussion

ake's avatar
ake
Frequent Visitor
4 years ago
Solved

Time Intelligence - Relations issue

Hi, Im want to implement a calendar table in my model, but the filters do not work if I make the relationship with between Created from table "CalendarA" and Created of the "Sol" table which is my fa...
  • mahoneypat's avatar
    4 years ago

    The reason is that the Created column of CalendarA has a DateTime data type.  You need to change that to Date.  Also, the relationship with CalendarB is to your Fecha_entrega column, which is type Date.

     

     

     

    Pat