Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
chart top 5

H Alfaqs
Rank 3 - Community Apprentice
Summary
chart top 5
Content
hi all ,
how to apply chart top 5 and also show the other amount with row 6 with out using sub template and call it
i want to write all xls which will calculate the other amount in the template or on chart code it self
thanks
chart:<Graph graphType="PIE" stylePath="/oracle/dss/graph/styles/april.xml" depthAngle="50" depthRadius="8" pieDepth="30" pieTilt="20" seriesEffect="SE_AUTO_GRADIENT"><Title text="" visible="true" horizontalAlignment="CENTER"/><LocalGridData colCount="1" rowCount="{count(xdoxslt:group(current-group(), 'GRP'))}"><RowLabels><xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform" select="current-group()" group-by="GRP"><xsl:sort select="current-group()/GRP"/><Label><xsl:value-of select="current-group()/GRP"/></Label></xsl:for-each-group></RowLabels><DataValues><xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform" select="current-group()" group-by="GRP"><xsl:sort select="current-group()/GRP"/><RowData><Cell><xsl:value-of select="sum(current-group()/C_ACTUAL)"/></Cell></RowData></xsl:for-each-group></DataValues></LocalGridData></Graph>
0