Currently we have these graphs in SAS AF with proc shewhart but we want to bring it to the web (Stored Processes).
In our AF application we have things like clicking on the graph to:
1 flyer
2 set a date border
3 see the data behind the point
...
A few questions:
is proc shewhart available in sas 9.2 on a windows machine in stored processes
is there any example of a clickable proc shewhart? or by annotation functions?
I'm just exploring what is possible and what is not..
The non-SAS/Graph procs run a little differently as Stored Processes, but I think they should work.
Per giving the user something to click on to launch the extra reports -- one way to do that would be to use "proc gslide" and create a slide with several "buttons" annotated on it (the buttons could consist of annotate bar/block with annotated text, and the 'html' variable in the annotate data set could have the drilldown url to go to, or the Stored Process webapp url to generate it on the fly). You could specify "goptions xpixels=800 ypixels=100;" to make the gslide wide but not very tall, so it is like a "banner" above (or below) the shewhart output.
This is just one way to do it (there might be better ways!)
Thanks for your answer. I will try it out. Any other thoughts?
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!
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.