我正在使用GKPI创建一个SPEEDOMETER仪表板,如下所示。如何在电子邮件中嵌入此车速表(不作为附件)。
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;