initial-page-number not working
I have a Sales Order Acknowledgement (SOA) report. all I want is to set the page number to 1 at the start of every new sales order. Right now if more than one acknowledgement prints, after the first the new ones start with page 2, 3, 4 instead of page 1 for this SOA. I have created a field for the parameter P_PAGESTART and it is defined as <xsl:param name="P_PAGESTART" select="1" xdofo:ctx="begin"/> Before each new SOA (and also tried after, while printing the totals) the <?initial-page-number:$P_PAGESTART?> is in the .rtf. This works fine in HTML and RTF but does not
0