BookmarkSubscribeRSS Feed
ViruB
Calcite | Level 5

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

2 REPLIES 2
art297
Opal | Level 21

Isn't it now available as a proc?  Is this the same thing?: http://support.sas.com/kb/36/180.html

Cynthia_sas
Diamond | Level 26

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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1128 views
  • 3 likes
  • 3 in conversation