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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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