Re: [xsl] Sub total generation - filter problem

Subject: Re: [xsl] Sub total generation - filter problem
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Thu, 16 Dec 2004 21:10:57 +0100
Hi Sundar,

You have two xsl:key statements in your XSL, but you added the filter only to the first. I think you should better add them to both. That will probably give better (sub)total results. Subtotal is showing at least, and as before, it basically seems to work...

Cheers,
Geert

Srinivasan, Sundar wrote:

I think I am NOT good enough to be in this list..but I NEED help.
I am creating detail lines and sub totals. It works fine with XSLT-ONE . The
bs_categ totals are off or not produced
when I filter by currency in the <key> and apply-templates as in XSLT-TWO. Any
help would be greatly appreciated.
Regards.

XML:..................XSLT-ONE: and XSLT-TWO follow

Current Thread