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: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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