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.
Does anyone know if we can change the color of a drill down column in Active report ? I can make it work for regular HTML, PDF and excel output but it does not work for Active report. Here is the sample code that does not give me read color on drill down column, it keeps it blue(default color for drill down) - Will appreciate all responses on this..
TABLE FILE CAR PRINT CAR MODEL ON TABLE PCHOLD FORMAT HTML ON TABLE SET STYLE * TYPE=DATA, COLUMN=P1, FOCEXEC=testdrill(IBIC_server='EDASERVE' PRD=P1), COLOR='RED', $ ENDSTYLE ENDThis message has been edited. Last edited by: Kerry,
-Yogesh Patel ------------------------------------------------------------------------ PROD: WF 764 on Linux Apache tomcat v5.5 DEV: WF 768 on Linux
Posts: 42 | Location: Edison, New Jersey | Registered: January 30, 2007
TABLE FILE CAR
PRINT CAR MODEL
ON TABLE HOLD FORMAT AHTML
ON TABLE SET STYLE *
TYPE=DATA, COLUMN=P1,
FOCEXEC=testdrill(IBIC_server='EDASERVE' PRD=P1), $
ENDSTYLE
END
-RUN
-HTMLFORM BEGIN
<style type="text/css">
a:link { color: red; }
a:visited { color: red; }
a:hover { color: red; }
</style>
!IBI.FIL.HOLD;
-HTMLFORM END
OR... You can also add a Edit Condition that will always be true (example: field1 equal to field1) Then go to Select Font and go to custom colors. Choose black but change the Lum field to 1. It will still look black to the naked eye, but technically, the computer think it's not so it will not apply the default blue and purple "when clicked" settings.
How to do this (on a new edit condition): 1. Right click column for drill down 2. Under Style tab, change Column Title and Data to Column Data 3. Click Edit Condition 4. (Create new condition) 5. Click Select Font 6. Click Color 7. Select Custom Color 8. Choose black color 9. Change Lum to 1 10. Save... save... save... OK... OK... OK... DONE! TEST!!!
Although this will only apply to all hyperlinks in the column you specified. The previous HTML suggestion will be applied to all hyperlinks.This message has been edited. Last edited by: Kulot,