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?
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.