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.
We have similar code in many reporot programs, and they work great from WebFOCUS version 5.33 to 7.6.2. Now we are upgrading to 7.7.03, and they don't work any more. It shows Xs instead of images. I know the image files in the correct path and correct case(upper case). I tried to use \\servername\full path, it does not work either. I opened a case with IBI, but no helpful information received yet.
DEFINE FILE CAR CNT2/I5 = CNT2 + 1; COLOR1/A50 = ''; COLOR2/A50 = ''; COLOR3/A50 = ''; COLOR4/A50 = ''; COLOR5/A50 = ''; IMG/A50 = IF CNT2 EQ 1 THEN COLOR1 ELSE IF CNT2 EQ 2 THEN COLOR2 ELSE IF CNT2 EQ 3 THEN COLOR3 ELSE IF CNT2 EQ 4 THEN COLOR4 ELSE COLOR5; END
TABLE FILE CAR SUM RETAIL_COST BY COUNTRY BY IMG ENDThis message has been edited. Last edited by: Kerry,
Posts: 118 | Location: Omaha, NE | Registered: June 12, 2003
When posting sample code, enclose it using code tags (look for the </> button in the toolbar).
Question: If you use your internet browser to try and get the image directly from the web server via URL does that work?
Something like:
http://yourhost/approot/dashboard/color1.gif
Does it work? You need to verify that an approot application context is known to either your Web Server (such as IIS) or App Server (such as Tomcat), although in my past experience "approot" is usually a Reporting Server mapping (accessible via: http://yourhost:8121/approot) and not really related to the Web Server, unless both WF Server and client live in the same box.
Sorry, without knowing what your installation is like is rather difficult to help much.