How to show drilldown dimension data in WebTrends export

Using the WebTrends Scheduled Export functionality you can choose to either export a single report or the whole report template. WebTrends by default exports your drilldown report partly when you do a full template export and exports your full drilldown report when you only selected the specific report to export.To change this behavior, go to <webtrends>\modules\rde\ and open DocUtil-constants.xsl. Find this part:

< !–
Set the maximum depth for which drilldown tables are expanded in a full PDF or Word export. If only a single report is exported, then any drilldown tables are fully expanded, regardless of the value of this setting. A depth limit of 1 will limit the expansion to the first dimension, a depth limit of 2 will limit the expansion to the first two dimensions, etc. A value of zero disables the limit. However, depending on the report template in use, some systems may not have sufficient resources to generate a full report when this limit is disabled or set to a larger value.
–>

<xsl :variable name=”drilldown-table-depth-limit” select=”2″ />

And edit it to your wishes. You’re done!

  • Share/Save/Bookmark

Leave a Reply