I was wondering if I could get your help.  When ever I use your modified
script, I run into problems, or inconsistencies, when I try to graph a row
other than 1 digit in length.  As in id 1 through 9 work fine.  But when I
try to graph only id 13 and 24 it, only reads the first digit and ends up
graphing id 1 and 2.

Have you had any luck w/ this?

I really appreciate your help

P.s.:  I'm using mkStats.pl version 1.21

*********************************
Jake Covert
Infrastructure Analyst
Electronic Data Systems
PSIC Support Group
(586) 986-9698  Work
(586) 518-3859  Pager
http://www.eds.com
*********************************

> 
> 
> Hi Alex,
> 
> On Fri, May 30, 2003 at 04:30:06PM +0200, Alex Mihicinac wrote:
> > I decided to reduce number of variables on stats graph and changed
> > mkStats.pl like this:
> > 
> > # only NewTicket, Forward, Bounce, SendAnswer
> > sub GetHistoryTypes {
> >     my %Stats;
> >     my $SQL = "SELECT id, name FROM ticket_history_type " .
> >     " WHERE " .
> >     " valid_id = 1" .
> >     " and id=1 or id=6 or id=7 or id=8";
> > [...]
> > When i run whole script i get nice pretty graph, but i think the
> > values are wrong, infact i suspect that only legend shows 
> wrong colors
> > at wrong names. How is that possible? What am I doing wrong?
> 
> It's a bug! .-( But now I fixed it.
> 
> Use bin/mkStats.pl (v1.21) from the CVS and it will work. :)
> 
> > Alex
> 
>   -Martin
> _______________________________________________
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
> 
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to