As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I want to embed images (NOT links) in my EXL2K report so that I can see the images when I am out of the network too (if I save the report file). Please help. Thanks!This message has been edited. Last edited by: Kerry,
Funny you should ask for this, as I have just created a utility that will add an image to EXL2K output.
But there are limitations.
1. The workbook must have multiple sheets. 2. The image shows in Excel 2003, 2010, but not in 2007. 3. The parts of the utility use Unix commands. 4. It only works for a held report, not returned to the browser.
Wew! Thanks for saving me from an embarrassing moment Warren. I was going to say that it could not be done. Well, technically it can't be done exactly as most of us expect but you've proven us wrong.
The solution can be completely driven by a macro / template.
I thought that I had posted a solution for this a couple of years ago but the post has disappeared and I cannot find the code.
Basically there are 2 options.
1st the images if static can be included in a 2nd worksheet and can be moved to the required location by a macro on open. 2nd the images are stored on the application server and the macro resolves and embeds the image on open.
You include macro code so that it only executes on 1st open. i.e. when opening the saved version it does not run the macro.