BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
vineet7878
Fluorite | Level 6

hi,

 

I am using ODS RTF to create reports and using following footnote statements to have top border befor the footnotes. For some reason I am always getting an extra space before the word Note in first footnote as can be seen in the screenshot below. I am not able to get rid of this space character. Please advise how to suppress this extra space.

footnote1 "^{style[outputwidth=100% bordertopcolor=black bordertopcolor=black Bordertopwidth=1pt]}Note:some text";
footnote2 "Second line text";

Annotation 2020-04-13 092956.png

1 ACCEPTED SOLUTION

Accepted Solutions
ed_sas_member
Meteorite | Level 14

Hi @vineet7878 

Does the following syntax meet your needs?

footnote1 "^S={outputwidth=100% bordertopcolor=black Bordertopwidth=1}Note:some text";
footnote2 "Second line text";

Best

View solution in original post

2 REPLIES 2
ed_sas_member
Meteorite | Level 14

Hi @vineet7878 

Does the following syntax meet your needs?

footnote1 "^S={outputwidth=100% bordertopcolor=black Bordertopwidth=1}Note:some text";
footnote2 "Second line text";

Best

vineet7878
Fluorite | Level 6
Thanks a lot! It worked.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 950 views
  • 0 likes
  • 2 in conversation