Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Subfoot Condition formatting

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Subfoot Condition formatting
 Login/Join
 
Member
posted
Hello,

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,
 
Posts: 13 | Registered: August 06, 2012Report This Post
Gold member
posted Hide Post
Maybe try to tell the style to only use it on a certain field/column. Just add the following to what you have:

 FIELD=(Field name),


WF: 8201, OS: Windows, Output: HTML, PDF, Excel
 
Posts: 78 | Registered: November 08, 2010Report This Post
Virtuoso
posted Hide Post
An example:
  
-* 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, 2006Report This Post
Member
posted Hide Post
Thanks Daniel with example. I will try it out and let you know the result.

Thanks all for your suggestion.
 
Posts: 13 | Registered: August 06, 2012Report This Post
Platinum Member
posted Hide Post
Suggest you removedrop the include if you want this to work as is.


_______________________
*** WebFOCUS 8.1.05M ***
 
Posts: 196 | Location: London, UK | Registered: December 06, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Subfoot Condition formatting

Copyright © 1996-2020 Information Builders