Best practice forum (Archived)

该论坛讨论已删除

 
该论坛帖子已被删除
2011年06月29日 Wednesday 03:14
该论坛帖子的内容已被删除,无法再访问。
CogginsSimon
Re: Couple of questions
CogginsSimon 发表于 2011年06月29日 Wednesday 14:47
小组 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

该论坛帖子已被删除
2011年07月5日 Tuesday 02:00
该论坛帖子的内容已被删除,无法再访问。
Craig Eves
Re: Couple of questions
Eves (Totara Support)Craig 发表于 2011年07月5日 Tuesday 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

CogginsSimon
Re: Couple of questions
CogginsSimon 发表于 2011年07月5日 Tuesday 21:15
小组 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

该论坛帖子已被删除
2011年07月6日 Wednesday 00:49
该论坛帖子的内容已被删除,无法再访问。
该论坛帖子已被删除
2011年07月6日 Wednesday 00:50
该论坛帖子的内容已被删除,无法再访问。
该论坛帖子已被删除
2011年07月6日 Wednesday 00:51
该论坛帖子的内容已被删除,无法再访问。
该论坛帖子已被删除
2011年07月6日 Wednesday 00:51
该论坛帖子的内容已被删除,无法再访问。
CogginsSimon
Re: Couple of questions
CogginsSimon 发表于 2011年07月6日 Wednesday 14:28
小组 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

该论坛帖子已被删除
2011年09月2日 Friday 01:27
该论坛帖子的内容已被删除,无法再访问。
CogginsSimon
Re: Couple of questions
CogginsSimon 发表于 2011年09月4日 Sunday 13:46
小组 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

该论坛帖子已被删除
2011年09月7日 Wednesday 02:01
该论坛帖子的内容已被删除,无法再访问。
CogginsSimon
Re: Couple of questions
CogginsSimon 发表于 2011年09月7日 Wednesday 03:06
小组 Totara

Hi Mark,

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

Simon

CogginsSimon
Re: Couple of questions
CogginsSimon 发表于 2011年09月17日 Saturday 01:55
小组 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

该论坛帖子已被删除
2011年09月20日 Tuesday 01:36
该论坛帖子的内容已被删除,无法再访问。
CogginsSimon
Re: Couple of questions
CogginsSimon 发表于 2011年09月20日 Tuesday 15:06
小组 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

该论坛帖子已被删除
2011年09月21日 Wednesday 01:59
该论坛帖子的内容已被删除,无法再访问。
KotechaPriya
Re: Couple of questions
KotechaPriya 发表于 2011年07月4日 Monday 07:48
 

Hi Luke

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

??
Re: Couple of questions
?? 发表于 2012年02月15日 Wednesday 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