Sum using group by on Excel template
Hi all,
Still learning how to use BI publisher. Created an 97-2003 Excel template, using the attached xml file I would like to group by ORR_PROGRAM to create a total for each. I believe I need to use something like this but it is not working correctly.
<xsl:for-each-group select=".//ORR_REC" group-by="./ORR_PROGRAM"> </xsl:for-each-group>