I am using GKPI to create a SPEEDOMETER dashboard as shown below. How can I send this Speedometer embedded (not as an attachment) in an e-mail.
PROC GKPI
mode=raised;
speedometer actual = &Percentage
bounds=(0 .60 .80 1) / target = .85
colors=(red yellow green)
activecolors=(red yellow green)
format = "percent8.0"
lfont=(f="Albany AMT/bold" height=.5cm)
label = "STL RFID Utilization";
run;
quit;