US and Worldwide: +1 (866) 660-7555
+ Reply to Thread
Results 1 to 2 of 2

Thread: Excel Export in JPivot with Title

  1. #1

    Default Excel Export in JPivot with Title

    Hi,

    If I export a jpivot-view to excel, there is no title an date. Now I customzed the xls_mdxtable.xsl so that I have the export date an time

    Code:
    <xsl:param name="reportTime" select="concat(substring(current-date(),9,2),'.',substring(current-date(),6,2),'.',substring(current-date(),1,4),' ',substring(current-time(),1,5))"/>
    Now I want to set the title of the report by using this tag:

    Code:
    <xsl:param name="reportTitle"/>
    Has somebody an idea what to do? Something like this?:

    Code:
    <xsl:param name="reportTitle" select="@title"/>
    Regards

  2. #2

    Question

    Has nobody ever tried to customize the jpivot excel export?

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts