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.
New TIBCO Community Coming Soon
In early summer, TIBCO plans to launch a new community—with a new user experience, enhanced search, and expanded capabilities for member engagement with answers and discussions! In advance of that, the current myibi community will be retired on April 30. We will continue to provide updates here on both the retirement of myibi and the new community launch.
What You Need to Know about Our New Community
We value the wealth of knowledge and engagement shared by community members and hope the new community will continue cultivating networking, knowledge sharing, and discussion.
During the transition period, from April 20th until the new community is launched this summer, myibi users should access the TIBCO WebFOCUS page to engage.
I have report where doing RECAP and showing this recap totals in subfoot. But need to show the value in red font color if the value is less than zero. I am able to do this in data but if I do it conditional style and apply to subfoot it does for all the columns of recap where I need to do for each recap value if it's value less than zero show in red font color and other total in normal black font color.
Please let me know if you have any suggestions.
Thanks!This message has been edited. Last edited by: Kerry,
-* File vir01.fex
TABLE FILE CAR
SUM RCOST DCOST
BY COUNTRY
BY CAR
ON COUNTRY RECAP
RATIO=RCOST / DCOST;
ON COUNTRY SUBFOOT
"Ratio for <COUNTRY is <RATIO "
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
include=endeflt,
$
type=subfoot, object=field, item=2, color=red, WHEN=RATIO GT 1.20, $
ENDSTYLE
END
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006