Best practice forum (Archived)
La discussione è stata rimossa.
Hi Luke,
Regarding hidden reports in the scheduled reports dropdown - I think you're right with this. I've written a patch and it will make it into the next release (due out 5th July).
I wasn't aware of the problem with the excel exports. You say it's an issue with the user report - is it the last login column that's causing the problem? Would you be able to share a copy of the excel file that you get when you export?
We'll definitely try to fix the excel issue - is it just in report builder or are you experiencing problems elsewhere too? You mentioned they are also broken in Moodle?
Regarding the email notifications, I'm afraid there aren't yet any that do what you are asking for, although it is something we plan to add when we get time.
Simon
Hi Luke
Does this only apply to reports with SCORM source - I tried and wasn't able to get no column headings - is this a SCORM 1.2 object ?
Further to the problem with the date text in the Excel , as well as the leading space needing to be stripped out a leading 0 needs to be inserted before the single digit dates for it to be recognised as a date in Excel. (see attachement)
Craig
Hi Luke,
I haven't been able to reproduce that problem. Could you provide a bit more info:
- What database is your server using (postgres/mysql/mssql)?
- Could you provide a CSV export of the same report as you attached above for comparison?
Thanks,
Simon
Hi Luke,
I think I'm going to need access to your system to track down the problem here.
I've created a new support ticket on the support site as this is clearly a bug. I'll continue the discussion on there.
Simon
Hi Mark,
The reason for that is that the status bar is displayed using HTML, and we strip out any HTML in the excel export as it wouldn't display properly. There is a way to fix the code so that it would appear as a status bar on screen but as text in the export - I'll file a bug and we'll try and fix it soon.
Simon
Hi Mark,
We've got a fix for this now, which should make it into the next release. It's actually pretty straightforward - you just need to edit the file local/totara.php and change line 216 from this:
$content .= "<span class=\"completion-$statusstring\" title=\"$status\"></span></span>";
to this:
$content .= "<span class=\"completion-$statusstring\" title=\"$status\">$status</span></span>";
Simon
Hi Mark,
We found an issue with this during testing - it works in some places but not in the 'Recent Learning' block on the 'My Learning' page.
We've got a better fix in release 1.0.24 which came out today, so I'd suggest upgrading rather than applying the fix above yourself.
Simon