BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Is it possible to put two different hyperlinks on the same line?
For example,
ods escapechar="^";
title2 "^S={&TOCfmt URL='#TOC'}Go to Table of Contents ^S={&TOCfmt URL='#injdept'}Go to Injury Types";
Thanks,
Jason
2 REPLIES 2
Cynthia_sas
SAS Super FREQ
Hi:
Is this a SAS/GRAPH question? What is your destination of choice, HTML?? It looks like those URLs are linking to NAME= anchor tags -- not using full hyperlinks.

If this is SAS/GRAPH, what is your procedure of choice? Generally, if the title is -inside- the graph area, ODS ESCAPECHAR techniques, such as you show are not used. However, for some destinations, you can use the NOGTITLE option in order to allow the destination to control the title/footnote formatting, in which case, the ESCAPECHAR string may be used.

cynthia
deleted_user
Not applicable
I'm going to check out NOGTITLE.
I think this is all I need at the moment.
title2 j=l "^S={&TOCfmtt URL='#TOC'}Go to Table of Contents"
j=c "^S={&TOCfmtt URL='#plot.'}Plot";

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

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.

SAS Training: Just a Click Away

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

Browse our catalog!

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