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 am displaying some values in subhead and based on the values I need to show up and down arrow image, this image works fine if i don't have any subhead bgcolor , once I applied background color to subhead it overlap to image and shows bgcolor only ,
Z-INDEX=TOP and OPACITY=100 does not support in subhead
TABLE FILE CAR
BY HIGHEST 1 CAR NOPRINT
ON TABLE SUBHEAD
""
" SALES: <10<TOT.SALES "
" "
ON TABLE SET PAGE-NUM OFF
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLENCODE ON
ON TABLE SET STYLE *
TYPE=TABHEADING, BACKCOLOR=green,$
TYPE=TABHEADING, IMAGE='C:\IBI\APPS\DEMO\c.png', POSITION=(1.75 .05), $
TYPE=REPORT, GRID=OFF, $
TYPE=HEADING, SIZE=12, STYLE=BOLD, $
TYPE=SUBFOOT, STYLE=BOLD, $
ENDSTYLE
END
Please advice , W.F. 8202MThis message has been edited. Last edited by: FP Mod Chuck,
I suspect that because your image is being added as a background image.
I would searching or suggest asking Tech Support for a technique that may fix your issue.
The only other way I can think of is to change what you are doing to a report.
DEFINE FILE CAR
-*This image is in IBISAMP
IMG/A50 = 'smplogo1.gif' ;
END
TABLE FILE CAR
SUM COMPUTE TEXT/A10 = 'SALES:' ; AS ''
SALES AS ''
IMG AS ''
ON TABLE SET PAGE-NUM OFF
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLENCODE ON
ON TABLE SET STYLE *
TYPE=REPORT, BACKCOLOR=green,$
TYPE=DATA, COLUMN=IMG, IMAGE=(IMG), POSITION=(1.75 .05), $
TYPE=REPORT, GRID=OFF, $
ENDSTYLE
END
I suspect that because your image is being added as a background image.
Hi waz,
I am creating a widget , in this widget I am comparing Current year and Last year values and displaying in subhead if Current Year's value is GT last year than I need to display UP marker image else Down marker image in front of the value. I have background color in subhead .