Aug 9th, 2011, 9:22 AM
Hei,
because of the flood of new features in the last months, I am not sure in which Forum to put this request...
(if it is a new feature request, or already simple to realize with the core/api or one of the module):
I have a form field "weight" with is giving the weight in kg.
And I have a form field "group" with is separting the submissions in "A", "B", "C".
What I want now is to have a realtime overview of the total kg for all submissions and the possibility to filter the totals by group:
What is the simplest way to get this information inside the formtools User Interface?
Hannes.
because of the flood of new features in the last months, I am not sure in which Forum to put this request...
(if it is a new feature request, or already simple to realize with the core/api or one of the module):
I have a form field "weight" with is giving the weight in kg.
And I have a form field "group" with is separting the submissions in "A", "B", "C".
What I want now is to have a realtime overview of the total kg for all submissions and the possibility to filter the totals by group:
Code:
submission | group | weight
1 | A | 3
2 | B | 2
3 | A | 1
4 | A | 5
5 | C | 0
total kg: 11
A kg: 9
B kg: 3
C kg: 0
Hannes.