Hi,
I got another task to add Bookmarks in ODS RTF output file.
I am specifically looking to add Bookmarks in Title,Table and Footnotes part.
I wrote below piece of code to add Bookmark to the image from sgplot as below:
ods rtf bookmark="PC1";
proc sgplot data=testdata;
vbar Employee_Name / stat=freq datalabel datalabelattrs=(size=12pt color=blue);
run;
Any links to explore more bookmark concept is also appreciable.
Thanks much in advance!
Regards,
Abi