Hi Gurus,
Is there a way to add or show the page controls (buttons, sliders..etc) to the report pdf. I need to show the interactivity of my report.
Any info is much appreciated.
Kind regards.
PDF reports are static and don't have interactive buttons and sliders that change what you see, at least in my experience.
Thanks for the reply, Yes I do understand that pdf reports are static by nature, all I just wanted to show are the actual page controls printed on the pdf pages, not clickable or anything like that and not in reality interactive..😀.
Is it possible?
Can you post a picture to illustrate your questiono?
ods pdf file='c:\temp\temp.pdf';
options nodate nonumber;
title j=l 'xxxxxx' j=r 'Page (*ESC*){thispage} of (*ESC*){lastpage}';
proc report data=sashelp.stocks(obs=100) nowd;run;
ods pdf close;
Sorry for not being very clear, screenshot attached, these "Controls objects" (encircled) in the page control section that filters out the entries in the data set in the graphs and other objects, is that possible to show in the pdf generated? I just wanted to add that to the pdf instead of taking screenshots. Reason being, I have to show that my report pages are interactive without having to access the report online inside SAS Viya.
Hope that makes sense.
Not quite true. You can embed Javascript objects within PDF documents so can embed a dashboard or interactive graphics within PDFs.
https://www.youtube.com/watch?v=Z5bdBeFwNCU
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.