Hello
I'm using SAS 9.3 and generally use E.Guide 5.1
I'm creating PDF reports using ODS PDF and I'm now attempting to add some order to the table of contents. Some of my reports can be very large so the end user needs a decent table of contents to jump to their relevant section.
I can create single node contents using PROC PRINT but when I use PROC REPORT it creates an additional node with the text "Table 1". You can see this in the code attached where I was aiming to collapse the TOC to 1 node also use CONTENTS="" to eliminate the second node.
The paper I've been referencing is http://support.sas.com/resources/papers/proceedings11/252-2011.pdf.
PS - for base SAS you need to add NOWD to the proc report and disable the HTML from Tools/Options/Preferences/Results
That's great thanks, i've got it working now.
My next challenge is tackling nodes on various charts if you're able to recommend any papers please?
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.