Knime Reports - Image View - how do I add a logo file to my report?

I need to add my company logo to a Knime report I am currently creating. The logo file is stored on my company’s network as a JPEG file.

I guess I need to use the “Image View” reporting node as I want to wrap this up with other tables as a component so I can create the report.

regards,
John

Hello @John_Hayes ,
Can you give a try using this DataApp header component? You will have to edit this component a bit, but I think this might help you.

Thanks,
Sanket

Hi @sanket_2012,

Thanks for this! I have imported the DataApp header component. How do I edit this to include my image file instead of the one included already?

regards,
John

Hello @John_Hayes ,
I found editing the DataApp header component a bit tricky, so we could use the alternative below. In this alternative, we read the image from the local system and then convert it to an image using the [table to image node]. Finally, we use the image view node and wrap it inside a component to add to the report.
(Table to Image – KNIME Community Hub)

image

Let me know if this works for you.

Thanks,
Sanket