Views Descriptive Statistics
Security covered
Views ecosystem
This module adds a field to Views that can calculate and display descriptive statistics like minimum, maximum, mean, median, or mode for a selected field. It works efficiently using database functions or falls back to PHP for complex calculations.
The Views Descriptive Statistics module provides a global Views field plugin that allows users to calculate and display the minimum, maximum, mean, median, or mode for a selected field on a per-row basis. It intelligently handles both standard SQL aggregations using efficient database window functions and complex calculations utilizing PHP fallbacks, ensuring accurate statistics regardless of whether Views Aggregation is enabled.