Excel Template Issue
We are facing issue in the Excel Template.
While using multiple Groups then data is not displaying properly. code like below
Data Constraints: | ||
XDO_GROUP_?Q_AUDITVAST3? | <xsl:for-each-group select="//G_AUDITVAST" group-by="./BUSINESS_DATE_CHAR"> <xsl:for-each-group select="current-group()" group-by="./WORK_ORDER_NO"> | </xsl:for-each-group> </xsl:for-each-group> |
XDO_GROUP_?GROUPBY? | <xsl:for-each select="current-group()"> | </xsl:for-each> |
I am attaching the XML and Excel Template.
We are replicate this issue in BIP 10G Desktop not in 11g desktop.