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
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.