Forum Discussion
he2mpo
3 years agoFrequent Visitor
CountRows with UseRelationship is not working
I have a table with Schedule of Tasks. Each task has two dates start and finish. The main goal is to count the number of tasks by date while maintaining relationship with the tasks to keep crossfilt...
- 3 years ago
I actually found the solution which was pretty silly.
In the query editor the dates columns have to be of type Date and Not date/time
So the solution was as easy as changing the type of both start and finish columns to Date.
he2mpo
3 years agoFrequent Visitor
I actually found the solution which was pretty silly.
In the query editor the dates columns have to be of type Date and Not date/time
So the solution was as easy as changing the type of both start and finish columns to Date.
314mp_M0th4
3 years agoResolver I
It's always the obvious solutions that are the hardest. Good job tho, will def come in handy to know!