Simple SQL for Students final grade for a course
by Manuel Yosa. Hi:I´m looking for a complete SQL with this datesFirst of all a filter of courseswhen I select the courses I want to get:Name of courseLastnameUsernameEmailFinalgradeDate of final...
View ArticleRe: SQL for "Users course time dedication"
by Samuli Koskinen. I'm also looking for SQL example for this. Anyone?
View ArticleRe: Graphs not showing
by Jason Maddern. Yeah - adding report at the course level fixed it. It doesn't seem to allow creating the same report at the site level to bulk apply to all courses (but when added to each course...
View ArticleRe: SQL for "Users course time dedication"
by Randy Thornton. According to a comment in the code (components/columns/userstats/plugin.class.php), Juan borrowed the logic and code for how to calculate the Course dedication time column from the...
View ArticleActivity completion by location SQL report?
by Jenny Kapp. Hi,I'm new to SQL queries and I've just started using the Configurable Reports Block. I've been able to do some of my own basic SQL reports but would now like to create a custom query...
View ArticleUser Report: problems with the date format
by Andrea Rappa. Hello, I'm using User Report but when I add the date of birth in the report I see the day, date and time. How can I eliminate the day and time from the view?
View ArticleRe: תשובה ל: Re: Get users with there roles for certain course
by chahnez keskes. Hello,Can you Raphael copy your query please ?Thank you
View ArticleRe: User enrolment report
by Nqobile Sibanyoni. Hello Hector,,Was a solution found for your request, please advise because I am in need of a similar functionalityThank you
View ArticleNeed help with SQL (Moodle Report)
by roshan kolar. Hi,I'm not a noob at SQl, this might be pretty easy for most of you. Kindly help.I have this query from...
View ArticleRe: Need help with SQL (Moodle Report)
by William Lu. Moving to 'Configurable reports block (plugin)' forum....., you may get more help there.Good luck.
View ArticleRe: Need help with SQL (Moodle Report)
by Stuart Mealor. There are a few other query examples on that page, some of which have time constraints - e.g. for and too dates.So you should be able to copy the code and work it into that query,...
View ArticleUser without logins but with access
by Iban Cardona i Subiela. Hello,I have one report (User report) with these columns:- User profile field - Full name- User statistics - Logins in the platform- User profile field - first access- User...
View ArticleRe: User without logins but with access [SOLVED]
by Iban Cardona i Subiela. Solved!Daily statistics are calculated at the end of the day... so logins in the platform are not calculated until end day.
View ArticleRe: Need help with SQL (Moodle Report)
by Randy Thornton. Roshan,Are you doing this in Configurable Reports block? If so, you can use the Start and End time filter to do this if you need to pick the dates. There are two steps:1) Add the...
View ArticleFilter Configurable report by Cohort Name/ID
by Davi DePaula. Is there a way to filter a configurable report by Cohort name or Cohort id? Here is the report I have that gives me a course completion report with links to courses. I can filter the...
View ArticleRe: Filter Configurable report by Cohort Name/ID
by Randy Thornton. Davi,I did a basic cohort query that shows you how they work: https://docs.moodle.org/32/en/ad-hoc_contributed_reports#Cohorts_by_userAdd that in to your logic, and then you could...
View ArticleRe: User Report: problems with the date format
by Randy Thornton. Andrea,There is no way to change that in the User report. This is in the code for Configurable Reports block; there is no setting to change it.The report puts the time there even...
View ArticleRe: User Report: problems with the date format
by Randy Thornton. I put a request to have this fixed: https://github.com/jleyva/moodle-block_configurablereports/issues/78
View ArticleRe: Filter Configurable report by Cohort Name/ID
by Davi DePaula. That is perfect! Thank you for your help Randy. I just used your logic and a WHERE clause in the SQL statement to filter by cohort. Again, thank you for your help Randy.
View ArticleRe: Filter Configurable report by Cohort Name/ID
by Randy Thornton. Davi,Glad to hear that was helpful.Randy
View Article