Best practice forum (Archived)

Este foro de discusión ha sido eliminado.

 
Esta publicación en el foro ha sido eliminada.
Wednesday, 29 de June de 2011, 03:14
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.
Simon Coggins
Re: Couple of questions
de Simon Coggins - Wednesday, 29 de June de 2011, 14:47
Grupo 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

Esta publicación en el foro ha sido eliminada.
Tuesday, 5 de July de 2011, 02:00
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.
Craig Eves
Re: Couple of questions
de Craig Eves (Totara Support) - Tuesday, 5 de July de 2011, 20:42
 

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
de Simon Coggins - Tuesday, 5 de July de 2011, 21:15
Grupo 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

Esta publicación en el foro ha sido eliminada.
Wednesday, 6 de July de 2011, 00:49
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.
Esta publicación en el foro ha sido eliminada.
Wednesday, 6 de July de 2011, 00:50
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.
Esta publicación en el foro ha sido eliminada.
Wednesday, 6 de July de 2011, 00:51
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.
Esta publicación en el foro ha sido eliminada.
Wednesday, 6 de July de 2011, 00:51
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.
Simon Coggins
Re: Couple of questions
de Simon Coggins - Wednesday, 6 de July de 2011, 14:28
Grupo 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

Esta publicación en el foro ha sido eliminada.
Friday, 2 de September de 2011, 01:27
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.
Simon Coggins
Re: Couple of questions
de Simon Coggins - Sunday, 4 de September de 2011, 13:46
Grupo 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

Esta publicación en el foro ha sido eliminada.
Wednesday, 7 de September de 2011, 02:01
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.
Simon Coggins
Re: Couple of questions
de Simon Coggins - Wednesday, 7 de September de 2011, 03:06
Grupo 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
de Simon Coggins - Saturday, 17 de September de 2011, 01:55
Grupo 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

Esta publicación en el foro ha sido eliminada.
Tuesday, 20 de September de 2011, 01:36
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.
Simon Coggins
Re: Couple of questions
de Simon Coggins - Tuesday, 20 de September de 2011, 15:06
Grupo 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

Esta publicación en el foro ha sido eliminada.
Wednesday, 21 de September de 2011, 01:59
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.
Priya Kotecha
Re: Couple of questions
de Priya Kotecha - Monday, 4 de July de 2011, 07:48
 

Hi Luke

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

? ?
Re: Couple of questions
de ? ? - Wednesday, 15 de February de 2012, 20:13
 

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