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
 
<xLooney>
posted
Hello everyone,

I need to do conditional styling with the columns of my report which are generated using ACROSS !

I tried with TYPE=ACROSSVALUE...$ but don't know how to access the specified column(s).

Can anyone help please ? :-(
Alin
 
Report This Post
<WFUser>
posted
I don't believe conditions are supported with ACROSS. If your columns are fixed and you know what they are, bucket each wirh DEFINE fields and PRINT or SUM each field. I don't think there is any way with ACROSS.
 
Report This Post
Member
posted Hide Post
We found a way to do conditional styling...

TYPE=DATA,
ACROSSCOLUMN=D_EXT_STR_COST_AMT, STYLE=BOLD,BACKCOLOR=RED,
WHEN=D_EXT_STR_COST_AMT EQ 0,
TARGET=_BLANK,
$

or, for a conditional drill down:

-*
-* Drilldown to User Adjustments Detail from Daily column
TYPE=DATA,
ACROSSCOLUMN=ACTVAL,
FOCEXEC=buy3130d(RefreshTm = '&TOD' \
GLDptLstX = '&GLDptLstX' \
CorpNo = '&CorpNo' \
BusUnit = '&BusUnit' \
FisYr = fis_yr \
FisPer = fis_per \
FisWk = fis_wk \
FisDt = '&RptDate' \
RptDt = '&RptDate' \
SectSeqNo = sect_seq_no \
SectDesc = sect_desc \
RowSeqNo = row_seq_no \
RowDesc = row_desc \
Format = 'HTML'),
WHEN=UADJ_DRILL EQ 10,
TARGET=_BLANK,
$
 
Posts: 2 | Registered: November 30, 2004Report This Post
<RickW>
posted
You can always hold the data, do you're column or other value compares, set Y/N type flags of the conditions, then do the report request against the hold file using your flags within the stylesheets.

Hope thjat helps.

Rick
 
Report 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