Forum Discussion
ake
4 years agoFrequent Visitor
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...
- 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
mahoneypat
4 years agoMicrosoft Employee
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
- ake4 years agoFrequent Visitor
Thanks Mahonepat. That works perfect!