Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

chart top 5

Question
11
Views
0
Comments

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>