This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: An XSLT equivalent of the SQL SUM and GROUP BY operations ?


> Can anyone suggest how I might go about performing a
> transformation which is
> the logical equivalent of a SQL statement like :
>
> 	SELECT Account, Date, SUM(Amount)
> 	FROM ...
> 	GROUP BY Account, Date
>
You will find the answer to this and all other grouping questions at
www.jenitennison.com

Mike Kay


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]