Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi community,
I made a dashboard for our HSE department that contains some GHS pictograms. These pictograms are stored on a Sharepoint that is accessible to Qlik. The pictograms are a dimension in the chart with Represenation as "Image" and Image setting "Add URL".
Then if I do export as image, or pdf, or data, the pictogram itself gets lost and only the code behind it is in the export. (see attachments) Is there any way to make the actual pictogram appear in the export instead of the data element behind it?
Kind regards,
The issue you are experiencing, where only the underlying code/data element appears instead of the actual pictogram when exporting a Talend job as an image or PDF, likely stems from how image references are handled during the export process.
The most reliable way to get a visual representation of your job design is to use the built-in documentation generation feature in Talend Studio, which creates a comprehensive HTML document including the job image and component list.
Recommended Method: Generate Job Documentation
This method creates an HTML file that includes an image of your job design with the correct pictograms.
The resulting HTML file can be opened in a browser, and the integrated job image can then be saved as an image file (e.g., PNG, JPG) or the entire page can be printed to a PDF, which should retain the visual elements.
Alternative Methods and Considerations
Hi Greg,
I don't have access to Talend Studio but your comments made me think in the NPrinting direction where we can also apply HTML. In any case it's important that our HSE department can make this export on-demand and in less than 15min (legal requirement) so I think that will be easier to set up in NPrinting anyway. I'll give that a shot and let you know if it was successful.
Thank you for your input!
No problem! If this helped, feel free to mark my post "Accepted Solution".
hi Greg,
Unfortunately the Nprinting HTML solution doesn't work either. It still puts the label behind the image instead of the image itself. I tried both adding an image of the table and recreating the table in HTML.
I can try and ask our Network-team if they can expose the server that generates the PDFs/Images/Excel exports/Nprinting to the source of the images, even though there's no guarantee that it will solve the issue.
Thanks for your input anyway!