Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.6.4
-
Fix Version/s: None
-
Component/s: Database activity module
-
Labels:None
-
Affected Branches:MOODLE_16_STABLE
Description
I think it would be good to be able to summarize the numerical fields of displayed entries. As I imagine using this feature a user could create in the footer (at least that is where it would make the most sense) ##Fieldname_Count##, ##Fieldname_Sum##, ##Fieldname_Max##, ##Fieldname_Min##, ##FieldName_Average##, etc. and have the calculation displayed.
The count functionality could be useful for check box, radio, menu and menu (multi select) list where ##FieldName_Option1_Count## would return the total number of entries that have that value checked.
I realize some of this may be a little complicated to implement. Another alternative would be to allow an export of the data to CSV or Excel so that further analysis of the data can be done.
my enhancements for this issue - in MDL-9232