1

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;
DaveTech
  • 11
  • 3
  • Are you generating a .png file or some other image file? What format are you using to send the email? I haven't had much luck in trying to embed images in HTML email. Maybe rtf email would work. Suggest you add code showing how you are sending the email. – Quentin Nov 30 '16 at 01:31
  • I provide a method to do what you are attempting here: http://stackoverflow.com/a/25270596/214994 . Beware - it is quite involved... – Robert Penridge Nov 30 '16 at 17:01
  • I finally used this and it worked: – DaveTech Dec 04 '16 at 18:35

0 Answers0