[rt-users] RT Statistics Package

Alexander, John alexandj at fortrex.com
Sun Mar 3 21:21:56 EST 2002


I'm hacking <trying> the Statistics package to get it to return total time
worked by queue by day.  Am I on the right track with this??

$tix -> LimitStatus(VALUE => "resolved");
my @tix=@{$tix=>ItemsArrayRef};
my $total;
$total += ($_ -> TimeWorked) for @tix;
<& TimeWorkedAsString, TimeWorked => $total &>

I was working from the Stats "Resolved.html" file.

TIA

John Alexander




More information about the rt-users mailing list