Subject: Re: Trying to display Summed Average of Grouped Data
From: Kevin Jones <kjones@xxxxxxxxxxx>
Date: Mon, 30 Aug 2004 16:48:50 +0100
|
On Monday 30 August 2004 00:39, Mr D Lisi wrote:
> <xsl:variable name="CPUAVG" select="$CPUAVG+@T_CPU div $Count"/>
Maybe off the mark but this line sticks out. Are you assuminng that you can
increment a variable perhaps, see http://www.dpawson.co.uk/xsl/sect2/
nono.html#d1809e55.
I would have expected to see the use of the key you have already defined to
locate log entries by date and a call to sum() here.
Kev.
|