Pages: [1]
  Print  
Author Topic: [SOLVED] Reporting Extension: How to reduce depth of TOC  (Read 208 times)
tennenrishin
Full Member
***
Posts: 138


WWW
« on: July 21, 2012, 02:45:39 PM »

Is there any way to reduce the depth of (number of levels included in) the table of contents generated in a report by the Reporting Extension?

EDIT: Or even just to exclude links to reported items (as opposed to section headings)?
« Last Edit: July 27, 2012, 01:59:48 AM by tennenrishin » Logged
Sebastian Land
Administrator
Hero Member
*****
Posts: 2421


« Reply #1 on: July 26, 2012, 03:09:17 PM »

Hi,

unfortunately there seems not to be such an option in the static reporting extension.

Did you try to adapt the css file, so that it simply does not show headings of a specific depth by setting the block type to hidden?

Greetings,
  Sebastian
Logged

Hope to see you at RapidMiner Community Meeting and Conference (RCOMM 2011) in Dublin from June 7-10, 2011.
The Call for Paper is online now!
More information at http://www.rcomm2011.org
tennenrishin
Full Member
***
Posts: 138


WWW
« Reply #2 on: July 27, 2012, 01:58:56 AM »

That is a great idea!

For example, the following css hides all toc entries deeper than level 2.
Code:
ul.rm_toc>li>ul.rm_toc>li>ul.rm_toc {
display: none;
}

Thanks Wink
Logged
Pages: [1]
  Print  
 
Jump to: