Hello,
I am running a proc report in pdf with 2 footnotes which generates 3 pdf pages.
on of the footnotes(footnote1) is just saying: "Look to the next page"
In the last pdf page i need to turn it off because it tis the last one.
So my question is :
How we can make the footnote1 to appear and disappear based on pdf page numbers?
Thank you.
Please include at least the code you are currently using.
Footnotes generally don't change in the middle of a procedure if using FOOTNOTE statements. If using one of the other possible approaches we need to see what you actually are attempting.
Do you have a variable, or combination thereof, that controls where your table creates a page break?
How we can make the footnote1 to appear and disappear based on pdf page numbers?
I don't think you can. What you can do is this:
ods escapechar='^';
Footnote '^{pageof}';
which should give you a footnote like 'Page 3 of 7'.
This should work in destinations like RTF and PDF, but not in the normal listing destination.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
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.