Hi,
I am trying to create a table that sometimes (but not always) contains images in one column and exports to Excel and PDF without losing those images.
Here's an example:
I have tried two approaches:
1) anything involving "mydbr.html:" as suggested here and here; this works okay for the web-based report but does not export at all, so it's entirely useless to me.
2) retrieving the image data as a BLOB from the database and then using "dbr.colstyle", "...", "image"; this works okay for the web-based version and also the PDF export. However, in Excel, the image is not shown - it is replaced by an "x", as can be seen in this picture: .
Please point me towards an approach that works for all three platforms/programs (myDBR, Excel, PDF).
I am using myDBR 5.0.1 (build 3464).
Best regards!