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;
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.
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.
Great advice- thanks. I did the job perfectly.
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.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.