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 have a report focexec that has 2 .jpg images embedded in the report heading for drill-downs. I incorporated this report into PMF as content, and it runs as expected, when an Adminstrator accesses it from the Analytics tab.
The problem is the images don't display. The report focexec and the .jpg files are in pmf_custom.
Thank you,
John
What do I need to do to get the images to display?This message has been edited. Last edited by: JBK,
Images are typically not "embedded" in web documents. Instead they get pointed to by Img tags.
Checking what path and file an image tag points to is fairly easy. In the HTML output - from the browser - check the properties by rt-clicking the picture itself and selecting its properties. You want the address of the image. Not the place where the anchor is going to take you to, but the address (URL) the graphic file is expected to be on your web server.
Typically the problem could be that you deployed the file only to your reporting server. It needs to be copied to the equivalent app path on your web server.
Bob Jude Ferrante Director of Business and Development WebFOCUS Performance Management Bob_Ferrante@ibi.com 917-339-5105
I'll take any questions about PMF - business or technical - anytime!
You were correct, Bob. I switched to better quality .gif versions of these icons that are in mainstreet/images on the web server and that solved the problem.