on 2021 Aug 30 6:25 PM
I am working in Crystal Reports 2020. I have an SQL query that I am basing the report off of. One of the fields is a URL for an image. I'd like the report to be a table of data that shows Item, QTY, etc, but the URL field I want to display the actual image instead of the text URL. Is this possible, and how can I go about achieving it?
I haven't tried this, but it might work:
- Place an Picture object on your report. Use a default picture that you want to show if the report can't find the picture in the URL.
- Right-click on the OLE picture object and select "Format Graphic".
- Go to the "Picture" tab.
- Click on the formula button to the right of "Graphic Location".
- Select the field that contains the URL and add it to the formula box.
- Save and Close, then OK.
-Dell
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dell's solution works for http:\\ targets.
I believe that for https:// image targets you would need a UFL (User Function Library) as a solution.
See discussion of this here: https://answers.sap.com/questions/13454430/how-to-display-jpg-image-in-crystal-2016.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
9 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.