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