Re: [xsl] Newbie help / Grouping and sum

Subject: Re: [xsl] Newbie help / Grouping and sum
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 14 Sep 2006 15:47:40 +0100
  but am can't sum only these <Amount> for which <Service> is equal to
  'TT' and <Days> is greater than 0.


sum(.//SumItemResult[AggSetSumItem[Service='TT' and Days &gt;0]]/Charge/Amount)

David

Current Thread