Forum Discussion
erikzzy
Helper II
6 years agoBciCalendar dont work for multipe count
Hello everyone, I use this plug-in for visualization the calendar. I have a date field named "duplicate creatAt" with format date, another column named "id". I want to have the total of ID per ...
- 6 years ago
I found solution,
Use datavalue( ) to change createdAt data type. And then, all is correct.
RichardJ
Responsive Resident
6 years agoHi erikzzy,
As a workaround, would it be possible to count the "duplicate creatAt" values instead of the ID's to see if that works?
If that's not feasible can you try this to see if there is a problem with the data (or the visual being used)
When you create a Matrix visual and add the columns
"duplicate creatAt"
then
"ID"
does the sum of the ID's show as expected in the matrix visual?
Cheers,
Richard
- erikzzy6 years ago
Helper II
Thanks Richard. But it doesn't work.