-
Bug
-
Resolution: Fixed
-
Minor
-
4.0.2, 4.0.4
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-75358-master -
When a column type is defined as TYPE_INTEGER/TYPE_FLOAT/TYPE_BOOLEAN we display "0" / "No" in the column instead of the empty string (null)
Aggregation works correctly (i.e. the null values do not affect AVG or MIN). Edit - aggregation itself works correctly when there are both null and non-null values. However AVG(null) is still displayed as "0" and it's a different problem than what was initially reported, also addressed in this patch.
Example:
with MDL-75245 create a tag collection without tags, create a report from the "Tags" datasource and add all columns there