BookmarkSubscribeRSS Feed
Filipvdr
Pyrite | Level 9

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..

2 REPLIES 2
GraphGuy
Meteorite | Level 14

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!)  Smiley Happy

Filipvdr
Pyrite | Level 9

Thanks for your answer. I will try it out. Any other thoughts?

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 721 views
  • 0 likes
  • 2 in conversation