Best practice forum (Archived)

This forum discussion has been removed

 
This forum post has been removed
Wednesday, 29 June 2011, 3:14 AM
The content of this forum post has been removed and can no longer be accessed.
Simon Coggins
Re: Couple of questions
by Simon Coggins - Wednesday, 29 June 2011, 2:47 PM
Group Totara

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

This forum post has been removed
Tuesday, 5 July 2011, 2:00 AM
The content of this forum post has been removed and can no longer be accessed.
Craig Eves
Re: Couple of questions
by Craig Eves (Totara Support) - Tuesday, 5 July 2011, 8:42 PM
Group Totara

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

Simon Coggins
Re: Couple of questions
by Simon Coggins - Tuesday, 5 July 2011, 9:15 PM
Group Totara

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

This forum post has been removed
Wednesday, 6 July 2011, 12:49 AM
The content of this forum post has been removed and can no longer be accessed.
This forum post has been removed
Wednesday, 6 July 2011, 12:50 AM
The content of this forum post has been removed and can no longer be accessed.
This forum post has been removed
Wednesday, 6 July 2011, 12:51 AM
The content of this forum post has been removed and can no longer be accessed.
This forum post has been removed
Wednesday, 6 July 2011, 12:51 AM
The content of this forum post has been removed and can no longer be accessed.
Simon Coggins
Re: Couple of questions
by Simon Coggins - Wednesday, 6 July 2011, 2:28 PM
Group Totara

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

This forum post has been removed
Friday, 2 September 2011, 1:27 AM
The content of this forum post has been removed and can no longer be accessed.
Simon Coggins
Re: Couple of questions
by Simon Coggins - Sunday, 4 September 2011, 1:46 PM
Group Totara

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

This forum post has been removed
Wednesday, 7 September 2011, 2:01 AM
The content of this forum post has been removed and can no longer be accessed.
Simon Coggins
Re: Couple of questions
by Simon Coggins - Wednesday, 7 September 2011, 3:06 AM
Group Totara

Hi Mark,

We haven't written a fix yet, but I'll post it here as soon as we have something.

Simon

Simon Coggins
Re: Couple of questions
by Simon Coggins - Saturday, 17 September 2011, 1:55 AM
Group Totara

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

This forum post has been removed
Tuesday, 20 September 2011, 1:36 AM
The content of this forum post has been removed and can no longer be accessed.
Simon Coggins
Re: Couple of questions
by Simon Coggins - Tuesday, 20 September 2011, 3:06 PM
Group Totara

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

This forum post has been removed
Wednesday, 21 September 2011, 1:59 AM
The content of this forum post has been removed and can no longer be accessed.
Priya Kotecha
Re: Couple of questions
by Priya Kotecha - Monday, 4 July 2011, 7:48 AM
 

Hi Luke

I'm not sure if this was meant for me?!

? ?
Re: Couple of questions
by ? ? - Wednesday, 15 February 2012, 8:13 PM
 

Hi Luke,

We've improved the handling of date fields in Excel exports from Report Builder in today's (16th Feb 2012) release v1.0.32 and 1.1.11