Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
Home
Help
Search
Login
Register
Rapid-I
Rapid-I Forum
»
RapidMiner
»
Problems and Support
»
[SOLVED] Reporting Extension: How to reduce depth of TOC
Pages: [
1
]
« previous
next »
Print
Author
Topic: [SOLVED] Reporting Extension: How to reduce depth of TOC (Read 208 times)
tennenrishin
Full Member
Posts: 138
[SOLVED] Reporting Extension: How to reduce depth of TOC
«
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
Re: Reporting Extension: How to reduce depth of TOC
«
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
Re: Reporting Extension: How to reduce depth of TOC
«
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
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Community
-----------------------------
=> News and Updates
=> Data Mining
=> Chit Chat
-----------------------------
RapidMiner
-----------------------------
=> Getting Started
=> Data Mining / ETL / BI Processes
=> Problems and Support
=> Feature Requests
=> Development
-----------------------------
RapidAnalytics
-----------------------------
=> Getting Started
=> Applications and Integration
-----------------------------
RapidNet
-----------------------------
=> Getting Started
=> Problems and Support
Loading...