Closed (works as designed)
Project:
Views Calc
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2009 at 09:04 UTC
Updated:
2 Apr 2009 at 14:53 UTC
Doesn't sum duration (http://drupal.org/project/duration) fields, just comes up with zero.
Is this possible?
Comments
Comment #1
karens commentedThe duration module stores text, not numbers, in the database. Views Calc does a SUM in the database, so it can only work on numbers.