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

I'm producing tables using ods pdf.

I would like to have one footnote in the left-hand corner, one in the center of the page, and one in the right-hand corner.

Does anyone know how to create these three footnotes all on the same line?

Thank you.

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
SAS Super FREQ

Hi,

  You can put 3 text strings into 1 footnote:

Footnote j=l 'left' j=c 'center' j=r 'right';

And most destinations will put the 3 strings on 1 footnote line.

Cynthia

View solution in original post

2 REPLIES 2
art297
Opal | Level 21

One option is to use a macro to create the footnote.  Take a look at: http://www.sascommunity.org/wiki/Macro_TextLine

Cynthia_sas
SAS Super FREQ

Hi,

  You can put 3 text strings into 1 footnote:

Footnote j=l 'left' j=c 'center' j=r 'right';

And most destinations will put the 3 strings on 1 footnote line.

Cynthia

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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
  • 1065 views
  • 1 like
  • 3 in conversation