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
Now I want to set the title of the report by using this tag: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))"/>
Has somebody an idea what to do? Something like this?:Code:<xsl:param name="reportTitle"/>
Code:<xsl:param name="reportTitle" select="@title"/>Regards


Regards
Reply With Quote