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.
which only applies to column N6 which is also a NOPRINT column that is only needed for the WHEN in the conditional styling, so does not have any effect at all.
Does someone have a solution or workaround how I can accomplish this in InfoAssist, or will it just not allow me to do this kind of conditional styling?
thanks, Martin.This message has been edited. Last edited by: Martin vK,
WebFocus 8206M, iWay DataMigrator, Windows, DB2 Windows V10.5, MS SQL Server, Azure SQL, Hyperstage, ReportCaster
But I think in App Studio you can create one macro and apply it to the whole row. This is how you can apply the same condition to different columns generated by App Studio:
Thanks. I already figured this would be the workaround. You can not apply styling to a row so you have to apply same styling to each column separately.
WebFocus 8206M, iWay DataMigrator, Windows, DB2 Windows V10.5, MS SQL Server, Azure SQL, Hyperstage, ReportCaster
Originally posted by Martin vK: You can not apply styling to a row so you have to apply same styling to each column separately.
Omit the COLUMN=Nx, row such as below and it will be applied to the whole row
TABLE FILE CAR
SUM RETAIL_COST
BY COUNTRY
BY CAR
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
DEFMACRO=COND_RED,
MACTYPE=RULE,
WHEN=N3 GT 5100,
$
DEFMACRO=COND_BLUE,
MACTYPE=RULE,
WHEN=N3 LT 5100,
$
DEFMACRO=COND_GREEN,
MACTYPE=RULE,
WHEN=N3 EQ 5100,
$
TYPE=DATA,
COLOR='WHITE',
BACKCOLOR='RED',
MACRO=COND_RED,
$
TYPE=DATA,
COLOR='WHITE',
BACKCOLOR='BLUE',
MACRO=COND_BLUE,
$
TYPE=DATA,
COLOR='WHITE',
BACKCOLOR='GREEN',
MACRO=COND_GREEN,
$
ENDSTYLE
END
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013