./layouts/layout/reportPages ./layouts/layout/reportPages/page
false
false
false
./layouts/layout/reportPages/pageSet/pageOverallGroup/headerPages false ./layouts/layout/reportPages/pageSet/detailPages ./layouts/layout/reportPages/pageSet/pageGroups false ./layouts/layout/reportPages/pageSet/pageOverallGroup/footerPages false true <xsl:value-of select="concat('Column', position())"/> <!--<title> <xsl:variable name="refDataItem" select="listColumnTitle/contents/*/dataSource/dataItemLabel/@refDataItem"/> <xsl:variable name="label" select="/report/queries/query/selection/*[@name=$refDataItem and @label]/@label"/> <xsl:choose> <xsl:when test="$refDataItem"> <xsl:choose> <xsl:when test="$label"> <xsl:value-of select="$label"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="$refDataItem"/> </xsl:otherwise> </xsl:choose> </xsl:when> <xsl:otherwise> <xsl:value-of select="listColumnTitle/contents/textItem/dataSource/staticValue"/> </xsl:otherwise> </xsl:choose>--> <xsl:variable name="refDataItem" select="listColumnTitle/contents/*/dataSource/dataItemLabel/@refDataItem"/> <xsl:variable name="label" select="/report/queries/query[@name=$refQuery]/selection/*[@name=$refDataItem and @label]/@label"/> <xsl:choose> <xsl:when test="$refDataItem"> <xsl:choose> <xsl:when test="$label"> <xsl:value-of select="$label"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="$refDataItem"/> </xsl:otherwise> </xsl:choose> </xsl:when> <xsl:otherwise> <xsl:value-of select="listColumnTitle/contents/textItem/dataSource/staticValue"/> </xsl:otherwise> </xsl:choose> ll 1 true true true true <xsl:variable name="staticValue" select="contents/textItem/dataSource/staticValue"/> <xsl:choose> <xsl:when test="$staticValue"> <xsl:value-of select="$staticValue"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="@refDataItem"/> </xsl:otherwise> </xsl:choose> <xsl:variable name="staticValue" select="contents/textItem/dataSource/staticValue"/> <xsl:choose> <xsl:when test="$staticValue"> <xsl:value-of select="$staticValue"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="@refDataItem"/> </xsl:otherwise> </xsl:choose> true true true true true true true true true true true