Categories
- All Categories
- 4 Oracle Analytics Sharing Center
- 11 Oracle Analytics Lounge
- 189 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.4K Oracle Analytics Forums
- 5.9K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 65 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to manage dimensions of an image within a BIP report when generating output in Excel format?

I have successfully managed to retrieve an image from the file system, and while I am able to display it in a standardized size of my choosing (e.g. width="300px" height="160px") within a PDF using the following formatting
Copy code <fo:instream-foreign-object content-type="image/PNG" width="300px" height="160px"><?IMAGE_DATA?></fo:instream-foreign-object><?END IF?>
However, I am encountering difficulties replicating this control and formatting when attempting to display the image in an Excel output.
Answers
-
Hello,
Welcome to the Oracle Analytics Community!
To enhance your experience and foster meaningful interactions, we encourage you to personalize your profile by setting up a display name and uploading a profile picture. Your display name will be how others recognize and engage with you in discussions, while a profile picture adds a personal touch to your forum presence.
Take a moment to update your profile with a display name and an image representing you. Let's create a vibrant and engaging community together!
This idea, though is not exactly the same you mentioned, describes a similar behavior. You may want to vote for it:
Regards,
Ezequiel.
0 -
Hi @ User_PND51
My suggestion is to create an RTF template and use the .xlsx output format to get the desired output.
Regards,
Arjun
0