I want the image to appear in the table. I can use whatever procedure works easiest - either proc tabulate or proc report, I suppose. I have seen how to do it in proc report with images saved in a particular location. However, I want to do it using the urls because it will save me work and also save me from having to change my code or save more files if the database I'm using gets updated. 46552 - Embed images in a PROC REPORT table I want a table that shows the image and the frequency of the use of the image, for posters, flyers, etc. So one column would be the image, the other columns would be Posters, Flyers, etc. and the number in those columns would be the frequency. Does that make sense?
... View more