Every SAS/Graph procedure is in EG except the most wanted one; GKPI. Why is this? Is there a GKPI in 4.3?
http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a003163556.htm
Isn't it now available as a proc? Is this the same thing?: http://support.sas.com/kb/36/180.html
Hi:
What version of SAS are you running on your server? When I run this code in a code node inside EG (with hard-coded values), I am able to run PROC GKPI from a code window. I am running EG 4.3 with SAS 9.2 as the server.
** Run PROC GKPI in EG with hard-coded values;
proc gkpi mode=raised;
speedometer actual=750 bounds= (0 250 750 1000) /
target=600
label='North Sales' lfont=( h= 20 PT c= CX3366FF)
colors=(cxD06959 cxF1DC63 cx84AF5B );
run;
quit;
As Art pointed out, there are custom tasks available, but the code method should also work.
cynthia
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.