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     Conditional styling with ACROSS

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Conditional styling with ACROSS
 Login/Join
 
Guru
posted
Hi all,

I want to add conditional styling on some data in my report. I have made this:
SUM
AVEAVEREVENUE NOPRINT
COMPANIES1C1 NOPRINT
PCT
COMPUTE CHECK/A1=IF (AVEAVEREVENUE GT 0) OR (COMPANIES1C1 GT 0) THEN 'Y' ELSE 'N';
BY BAND1 AS ''
ACROSS YEAR AS ''
TYPE=DATA,
     COLUMN=PCT,
     BORDER-TOP          = LIGHT,
     BORDER-BOTTOM       = LIGHT,
     BORDER-LEFT         = LIGHT,
     BORDER-RIGHT        = LIGHT,
     BORDER-TOP-STYLE    = RIDGE,
     BORDER-BOTTOM-STYLE = RIDGE,
     BORDER-LEFT-STYLE   = RIDGE,
     BORDER-RIGHT-STYLE  = RIDGE,
     BORDER-TOP-COLOR    = RGB(240 240 240),
     BORDER-BOTTOM-COLOR = RGB(240 240 240),
     BORDER-LEFT-COLOR   = RGB(240 240 240),
     BORDER-RIGHT-COLOR  = RGB(240 240 240),
     SIZE                = &L_FSIZE,
     COLOR               = 'BLACK',
     STYLE               = -UNDERLINE+BOLD,
     BACKCOLOR           = RGB(186 213 240),
     WHEN  		 = CHECK EQ 'Y',


This results in conditional styling for only the first ACROSS value. Is this a WF bug? Any tips on how I can get conditional styling on this data?


Test: WF 8.2
Prod: WF 8.2
DB: Progress, REST, IBM UniVerse/UniData, SQLServer, MySQL, PostgreSQL, Oracle, Greenplum, Athena.
 
Posts: 454 | Location: Europe | Registered: February 05, 2007Report This Post
Virtuoso
posted Hide Post
Frans

instead of using


COLUMN=PCT,

Try

ACROSSCOLUMN=N3,




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Guru
posted Hide Post
Hi Frank,

it worked out this way:

ACROSSCOLUMN = PCT,

Thanks for the solution,

Frans


Test: WF 8.2
Prod: WF 8.2
DB: Progress, REST, IBM UniVerse/UniData, SQLServer, MySQL, PostgreSQL, Oracle, Greenplum, Athena.
 
Posts: 454 | Location: Europe | Registered: February 05, 2007Report This Post
Virtuoso
posted Hide Post
Dat is mooi.




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report 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     Conditional styling with ACROSS

Copyright © 1996-2020 Information Builders