BI Publisher (MOSC)

MOSC Banner

XSL Template

edited Mar 21, 2012 6:49AM in BI Publisher (MOSC) 8 commentsAnswered
Hi Experts,

I am developing the report in XSL Format and I have some questions.

1.How to display the values in the single row. Please see the below code. In the below code I am using two columns and I need to do Group by on the both columns. can any one let me know how to do this.

<Worksheet ss:Name="Sudhir">
 <Table x:FullColumns="0" x:FullRows="0">
  <xsl:for-each-group select="ROW" group-by="CATEGORY">   
    <Row>     
    </Row>  
    <Row>
     <Cell ss:Index= "1" ss:StyleID="x1"><Data ss:Type="String"><xsl:value-of select="CATEGORY"/></Data></Cell>
    </Row>
   <xsl:for-each-group select="current-group()" group-by="PARTNER_GROUP"> 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center