Community & Support
Learn
Marketplace
Menu
Menu
🎉Community Raffle - Win $25
An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win
Home
›
Discussions
›
Community Q&A
"[SOLVED] Reporting Extension: How to reduce depth of TOC"
tennenrishin
New Altair Community Member
Jul 21, 2012
Updated
Nov 5, 2024
by
Jocelyn
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)?
Find more posts tagged with
AI Studio
Extensions
All Replies
Sort by:
Sort by
Oldest
â–¾
1 - 2 of 2
↑
1
↑
land
New Altair Community Member
Jul 26, 2012
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
tennenrishin
New Altair Community Member
OP
Jul 27, 2012
That is a great idea!
For example, the following css hides all toc entries deeper than level 2.
ul.rm_toc>li>ul.rm_toc>li>ul.rm_toc {
display: none;
}
Thanks
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
Groups
Best Of
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