filter log by affected user field

filter log by affected user field

by G Rubin -
Number of replies: 1
Hi!

Is it possible to filter a log based on an affected user field?

Thanks.
Average of ratings: -
In reply to G Rubin

Re: filter log by affected user field

by Lewis Carr -
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.