BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
ANLYNG
Pyrite | Level 9

Hi,

I am trying to create a simple drill-down (to another report) but I can not get it to work. Do you have any ideas how to create it? thanks in advance.

 


proc gkpi mode=raised;
  
 trafficlight actual=&maal100. bounds=(100 97 85 0) /colors=(green yellow red)  noavalue
   lfont=(h=16pt) bfont=(h=16pt) afont=(h=20pt)  label="100% XXXXX" ;

run;

1 ACCEPTED SOLUTION

Accepted Solutions
ballardw
Super User

Which version of SAS are you running?

 

In 9.4 this may help: http://support.sas.com/documentation/cdl/en/graphref/67881/HTML/default/viewer.htm#n002em2j8o13vin1l...

 

Basically add a Link="url" to the options.

View solution in original post

3 REPLIES 3
ballardw
Super User

Which version of SAS are you running?

 

In 9.4 this may help: http://support.sas.com/documentation/cdl/en/graphref/67881/HTML/default/viewer.htm#n002em2j8o13vin1l...

 

Basically add a Link="url" to the options.

ANLYNG
Pyrite | Level 9

Great advice- thanks. I did the job perfectly.

 

ANLYNG
Pyrite | Level 9

By the way - do you know if it is possible to put an option to the link which force to open the link in a new window something as target=_blank??? but this syntaks is not valid in this proc??? thanks.

 

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 3 replies
  • 1414 views
  • 1 like
  • 2 in conversation