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
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.