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.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
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.