Re: [xsl] Sum in a Grouping

Subject: Re: [xsl] Sum in a Grouping
From: Jeni Tennison <mail@xxxxxxxxxxxxxxxx>
Date: Fri, 24 Aug 2001 15:00:51 +0100
Hi Linda,

> I am trying to sum a value in a group, in a cell, in a table. I am
> able to count the items and display only the last one but I can't
> figure out how to sum the numbers up.

I think that you want the sum() function, and to pass the sum()
function the NET_AMOUNT_DUE children of the RECORD elements that you
retrieve with the key, i.e.:

  sum(key('records-by-party',
          INVOLVED_PARTY_LOCATION_GID)/NET_AMOUNT_DUE))

I hope that helps,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread