- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 05-27-2021 02:00 PM
(993 views)
Hi All,
I am working on a project where i have to generate sparklines in the final before attaching the file in a sas e-mail.
My final output is something like
Id name num1 num2 num3 %_num
1 abc. $200. $300. $400. 70%
I have to add sparklines to this output on the basis of num1 num2 num3.
I am using ods excel and proc report to export the file to desired destination and i am not sure how will i incorporate sparklines to my existing code.
I searched for references and found a few sgplot examples but i am unable to take any advantage from those examples.
I would appreciate if any of you could help me out here.
Thank you in advance
I am working on a project where i have to generate sparklines in the final before attaching the file in a sas e-mail.
My final output is something like
Id name num1 num2 num3 %_num
1 abc. $200. $300. $400. 70%
I have to add sparklines to this output on the basis of num1 num2 num3.
I am using ods excel and proc report to export the file to desired destination and i am not sure how will i incorporate sparklines to my existing code.
I searched for references and found a few sgplot examples but i am unable to take any advantage from those examples.
I would appreciate if any of you could help me out here.
Thank you in advance
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the reference.
It involves using sas and vba to create sparklines, however the excel that i am creating using ods excel and proc report and then has to be sent as a attachment via sas automated email.
So, i am not sure if that paper will be helpful to me or not.
It involves using sas and vba to create sparklines, however the excel that i am creating using ods excel and proc report and then has to be sent as a attachment via sas automated email.
So, i am not sure if that paper will be helpful to me or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Guess you won't know unless you try.
Do you need your sparklines to be images or embedded in Excel as Excel graphics?
If you need Excel you'll need something like the solution above.
If you can have just a graphic, then something like this may work: https://blogs.sas.com/content/graphicallyspeaking/2017/11/14/spark-table/
Do you need your sparklines to be images or embedded in Excel as Excel graphics?
If you need Excel you'll need something like the solution above.
If you can have just a graphic, then something like this may work: https://blogs.sas.com/content/graphicallyspeaking/2017/11/14/spark-table/