Active
Project:
Views Calc
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2012 at 21:32 UTC
Updated:
29 Dec 2015 at 14:58 UTC
Jump to comment: Most recent
I am grouping a table on a calculated column (week number) and calculating sums for each of the remaining columns. Each group has a row at the bottom with the sums but the sums are for all of the groups instead of for each individual group.
So the result looks like this:
week: 27
Date Col1 Col2 Col3 Col4
07/02/2012 12 5 10 7
07/03/2012 12 4 10 2
07/04/2012 12 4 10 3
Total SUM 39 14 33 14
week: 28
Date Col1 Col2 Col3 Col4
07/14/2012 3 1 3 2
Total SUM 39 14 33 14
Has anyone found a way to sum by group instead of by everything? My client doesn't really care about the "Grand Total", just weekly totals.
Thanks!
Comments
Comment #1
Aracon commentedMay be, somebody can describe the way how can this be solved? I thought about writing a patch, but at the moment I even don't know where to start, and have no free time for explorations.
Comment #2
iceman2202 commentedI am facing the same problem: There are no counts or sums for groups possible. The counts and sums display all entries in the table.
Is there anyone who can solve this problem.
Would be ver nice.