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.
CoolGuy's suggestion resulted in a parameter prompt for &IBFS_path. Pasting '/WFC/Repository/Branding/Images/ibi_green_up_ns.png' into the prompt just asked for the parameter again.
Dare I ask how/where you are coming up with these variations?
_____ WF 8.1.04 Win 7// Windows Server 2012 R2 SASS OLAP Cube
GavinL's would probably only work if your site has purchases/activated the Web Services Enablement add-on. I tried his and it does not work for me either due to us not having that add-on purchased and enabled. IBI failed to mention this little bit of vital info in their 8105 doc update announcement GavinL referenced earlier. You have to use the WFServlet if you didn't pay for the add-on.
8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
Posts: 1113 | Location: USA | Registered: January 27, 2015
If your images are in your web apps folder, then the following should work:
DEFINE FILE CAR
NG/A128='[IMG]/approot/test/ng.gif[/IMG]</img>';
OK/A128='[IMG]/approot/test/ok.gif[/IMG]</img>';
END
TABLE FILE CAR
"REPORT 0 ~ OK:<OK NG:<NG"
BY COUNTRY AS '' SUM DEALER_COST AS ''
COMPUTE Mark/A128=IF RETAIL_COST GE 8000 THEN NG ELSE OK; AS ''
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
GRID=OFF, BORDER=LIGHT, FONT=ARIAL, SIZE=10, COLOR=NAVY,$
ENDSTYLE
END
-* ng.gif is an image of a red X.
-* ok.gif is an image of a green check mark.
This works for static images (as seen in the heading as "OK:
In FOCUS Since 1983 ~ from FOCUS to WebFOCUS. Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
FYI Doug.. /approot/ doesn't always exist. We have it in our Windows environment for Dev, but our prod environment is Linux, which it doesn't exist. So always be careful using it.
- FOCUS Man, just FOCUS! ----------------------------- Product: WebFOCUS Version: 8.1.04 Server: Windows 2008 Server