Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
This example demonstrates how the KPI's from the new v9.2 "proc gkpi"
can be used in a SAS/Graph dashboard...
This example was shown at the 2007 SAS Global Forum, and this particular
version is a somewhat 'generalized' version of the sample.
(I was not the original author, but I did the generalizing/enhancing :)
Each kpi is created separately, and the output is saved in png files.
Then, each png file is read back in, and annotated in a 'proc gslide',
and the SAS/Graph 'grseg' is saved. The grseg's are then replayed
back into a custom greplay dashboard template, using 'proc greplay'.
Back to Samples Index