filter log by affected user field

Re: filter log by affected user field

by Lewis Carr -
Number of replies: 0
Hello,
It's not possible in the front-end log report section of Moodle (report/log/index.php).
But you could do it using SQL queries, using something like the ad-hoc reports and configurable reports block.
You could join the user profile table, user table and log table and do it that way, but you'd need some backend database query skills.