Marina Glancy
dcc44ae4c0
MDL-75358 reportbuilder: display nulls as empty cells for numeric/bool
2022-09-20 18:18:38 +02:00
David Matamoros
ecb95114e9
MDL-74885 reportbuilder: format value using percents from lang pack
2022-07-06 08:17:20 +02:00
Paul Holden
ea45aefe62
MDL-74675 reportbuilder: preserve column type during aggregation.
...
When applying callbacks during the group concatenation aggregation
types, ensure the column type is preserved for it's default value.
2022-05-19 16:04:37 +01:00
Paul Holden
b95a655a33
MDL-73941 reportbuilder: return localised floats when aggregating.
...
As the 'average' and 'percentage' aggregation types both return
float values, we should ensure they are output with localised
formatting (e.g. decimal separator).
2022-02-20 07:43:32 +00:00
Paul Holden
5ec86bf501
MDL-72663 reportbuilder: improvements to column aggregation methods.
...
The group concatenation types now consistently sort the returned values
and support aggregating columns containing multiple fields and those
with defined callbacks.
2021-10-22 16:17:31 +01:00
Paul Holden
f47e89a9bd
MDL-70795 reportbuilder: editor elements to set column aggregation.
...
Aggregation of report columns allows the report editor to perform
common types of data aggregation (concatenation, sum, count, etc)
on given columns.
2021-10-19 13:56:05 +01:00
Paul Holden
93025be2e7
MDL-70794 reportbuilder: management and further utility classes.
...
We define the base classes and APIs for reports, that can contain
columns and filters instances themselves.
2021-07-28 16:40:50 +01:00