Image does not show up in Excel — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Image does not show up in Excel

Received Response
93
Views
7
Comments

Summary

Image does not show up in Excel

Content

I have a RTF template and my output is Excel. In my RTF, I have an image in the Header section.  But when I generate the output in Excel, the image does not show up in Excel.  Only a broken image.

Do you know how to make the image show up in Excel?

Thanks

Answers

  • Hoang Luu
    Hoang Luu Rank 4 - Community Specialist

    I ran it on the server already and that's why I found out the image did not show up in Excel.  It works locally without doing anything.

    That's why I have to put in the below code in the Alt-Text field of the image in my RTF and my question is  - Is this the solution to displaying images in Excel?

    url:{concat('${OA_MEDIA}','/','logo.gif')}

  • Vani-R
    Vani-R Rank 4 - Community Specialist

    You need to run from server and check It works for all of our reports.

  • Jagadekara
    Jagadekara Rank 3 - Community Apprentice

    Yes, That's why I have asked him.

  • Jagadekara
    Jagadekara Rank 3 - Community Apprentice

    Hi,

    Have you checked in preview excel or by application you ran the program and view output?

  • Vani-R
    Vani-R Rank 4 - Community Specialist

    use

    url:{concat('${OA_MEDIA}','/','logo.gif')}

  • Hoang Luu
    Hoang Luu Rank 4 - Community Specialist

    I got it working by adding the below command in the Alt-Text of the image.  But it sucks that now I have to create a folder on the server and put the image in it and reference it in the RTF.  All my reports that output to Excel have to remember to reference the image in this format.  I'm wondering if this is the only solution or any other way that can make the image show up in Excel on the server without doing anything?  It works locally without me doing anything. I want the same thing when it's on the server.  Is that possible?

    url:{'\\C:\Temp\logo.png'}

    Thanks

  • Jagadekara
    Jagadekara Rank 3 - Community Apprentice

    Hi,

    Check this...

    url:{concat('${OA_MEDIA}','/logo.gif')}