Views Timestamp Aggregate
Categories
Component ID
2894534
Component name
Views Timestamp Aggregate
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
170
Component created
Component changed
Component body
The project seems to duplicate Views Date Format SQL functionality.
The module adds a Views field handler for timestamp date fields. The primary reason was to allow to aggregate the field not only by its full value (which commonly has no sense) but also by its components (e.g. only year and month).
A use case: aggregate nodes by created date to see statistics by day.
For now you will also need to implement a hook_views_data() to apply it to a field. See visualn_commerce.views.inc in VisualN Commerce for an example.
For more info check the issue #2883872: Add an option for granular timestamp date aggregation in Views.
Note: At the moment only mysql is supported.
