How to solve the Chinese Character Problem?
by Frankle Lee 李智高. I am using configurable report on a moodle3.1, Chinese Version.I found that the pie chart I created with Chinese Course Name have a small issue as the pic I attached.Any Idea how...
View ArticleRe: Template not working for version 3.1
by Ned Stark. In your text editor click Show more buttons Then find HTML button on the lower right side.Paste your code there. There you have it.
View ArticleRe: Line Graph Doesn't Display Properly
by Ned Stark. bump me man when you found a solution to this. I can wait til 2020
View ArticleRe: Calling 2 custom profile fields in SQL
by Ned Stark. Just a Note to strangers: I have filters there for the Employee ID and OrganisationIf you filter using Employee ID which is a SEARCH TEXT, the Data's in Organisation Column will be gone...
View ArticleRe: Calling 2 custom profile fields in SQL
by Randy Thornton. Ned,Check here for a solution: https://moodle.org/mod/forum/discuss.php?d=331396.Your solution with the IN statement doesn't work completely because when you have more than one...
View ArticleRe: Calling 2 custom profile fields in SQL
by Ned Stark. Just want to post this solution to my question. And thanks Randy it helps a lot. I will bookmark it now. ThanksSELECT employee.data AS 'Employee No.',CONCAT(u.firstname,'...
View ArticleFree text filter Place holder text
by Ned Stark. Is there a way to put a placeholder text inside the Free text filter (Search text) in Configurable reports?I am currently using version 3.1.1and inside my Search text I want to put a...
View ArticleRe: Calling 2 custom profile fields in SQL
by Randy Thornton. Nice query.For future reference, I added the basic logic for working with multiple custom profile fields as a code snippet over in the Ad-hoc queries page:...
View ArticleRe: Free text filter Place holder text
by Nadav Kavalerchik. Nope.Will need some coding to do that.To workaround it, I usually put some instructions in the overview/introduction text above the report.
View ArticleAdding visual representations to plain quantitative SQL reports
by Nadav Kavalerchik. Dear fellow reporters,I would like to share two new visual hacks I added recently to some useful reports we are using for some time now (originally developed and shared by...
View ArticleRe: Adding visual representations to plain quantitative SQL reports
by Randy Thornton. Nadav,Some excellent magic there!I hadn't thought of using the font awesome icons in reports, though I use them elsewhere in courses. What an inspired idea.Thanks for sharing...
View ArticleRe: Adding visual representations to plain quantitative SQL reports
by Nadav Kavalerchik. Happy to read that you like it I am already thinking about using that magic with the generico filter (update will follow... soon)
View ArticleRe: Adding visual representations to plain quantitative SQL reports
by Elizabeth Dalton. Wow, excellent!
View ArticleRe: Adding visual representations to plain quantitative SQL reports
by Emma Richardson. I tried both reports out on my site and keep getting a no semicolon error? Any thoughts?
View ArticleRe: Adding visual representations to plain quantitative SQL reports
by Nadav Kavalerchik. Please turn debugging on, and attach a screen capture of what you get. or just copy and paste the detailed error message here.
View ArticleRe: Adding visual representations to plain quantitative SQL reports
by Nadav Kavalerchik. Ok. pushed it a little bit further...Added the JS library chartlets.com to the configurable reports block, and tweaked the SQL query to:,CONCAT('<canvas class="chartlet"...
View ArticleRe: Adding visual representations to plain quantitative SQL reports
by Emma Richardson. Invalid get_string() identifier: 'nosemicolon' or component 'report_customsql'. Perhaps you are missing $string['nosemicolon'] = ''; in /lang/en/report_customsql.php?line 349 of...
View ArticleRe: Adding visual representations to plain quantitative SQL reports
by Nadav Kavalerchik. Ok. now I understand what is happening...The above warning, is just a missing translation string. not something that suppose to prevent you from running the report.BUT the main...
View ArticleRe: Graphs not showing
by Rahul Chowdhary. Facing same issue. were u able to get the graphs to work?
View Articlemoodle 3.2
by Andrea Rappa. Good morning,I have not tested whether this plugin works with Moodle 3.2, can someone tell me whether it is or will be compatible?Thank'sa.
View Article