ecottis opened this issue 2 years ago · 1 comments
Hi
For some reason reports do not convert url links from text the code is:
This returns the following:
I'm running on Moodle 4.0.3 and using the latest version of moodle-report_customsql
Any support or solution would be greatly appreciated
Read the instructions on the form where you edit the query.
SELECT c.shortname, c.shortname AS Course_Name, CONCAT('%%WWWROOT/course/view.php%%Q%%id=', c.id) AS Course_Name_link_url, --- and so on