is it possible to create drill-down links with the PDF destination. with the HTML destination, you simply use the html variable in an annotate data set and SAS generates an image map with the hotspots defined. i need the whole chart to lilnk to an excel workbook or a folder on a network drive.
thanks,
-richard
typed the general ODS destination rather than the specific PDF destination.
To find out how to drill down to an Excel Workbook instead of an HTML page, you might with to work with Tech Support to make sure that you have your link to Excel built correctly.
sorry about the confusion...i wanted to ask about linking within PDF destinations.
thanks for the links; i briefly looked into the java/activex methods, but those don't seem to support direct printing (file > print). the final ODS destination *must* allow printing directly from the host application.
title1 "^S={url='http://www.sas.com'}Title1: Click to go to SAS web site";
title2 "^S={url='mailto:&emails'}Title2: list of email addresses";
proc print data=sashelp.class;
run;
ods pdf close;
Let me know if you need more assistance. You can send me some sample source code if you want at ODS@sas.com.
And as always Technical Support is great for questions like this!