-
Bug
-
Resolution: Fixed
-
Major
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
Assume you have two users with the following names:
- User One
- User Two
& you create a report containing the User > Fullname column, aggregated by Count distinct
You should receive the value 2, because there are two distinct fullnames
What you receive is the value 1, because the aggregation type only considers the first column field (in this case the user firstname) and there is only one distinct firstname
- has a non-specific relationship to
-
MDL-72184 Create DML method "cast int to char"
-
- Closed
-