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.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.