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.
I have created a stylesheet for a report with the backcolors for rows are "colored" via a computed field:
quote:
COMPUTE PAMFLAG/A1 = IF (PCTALLMEET GT 90) AND (PCTALLMEET LT 101) THEN '1' ELSE IF (PCTALLMEET EQ 90) THEN '2' ELSE IF (PCTALLMEET GT 74) AND (PCTALLMEET LT 90) THEN '3' ELSE IF (PCTALLMEET GE 0) AND (PCTALLMEET LT 75) THEN '4' ELSE '0'; NOPRINT
And, in a 9 column report, I had drill down links in column N2 (detail report) and N3 (error report). All was well, until it was suggested that I resort the groups according to: 91 to 100% - ranked 1st 90% - ranked 2nd 75% to 89 - ranked 3rd 0% to 74% ranked last
quote:
RANKED BY LOWEST PAMFLAG NOPRINT
It is logical then to see an extra column is added to right of the report "RANK", which then creates a need to reassign the drill links on column to the right. Ergo, I edited the stylsheet to reassign the links to the next column to the right i.e., N2 (detail) now N3, and N3 (errors) now N4.
However, the report shows the detail report drill link in N2, and the error report link in N3. Does anyone have an idea of what else I must do to get the drill links in N3 and N4?
Thanks! This message has been edited. Last edited by: Kerry,
Just a matter of assigning your styling to the right column. Maybe try a Cn or Pn notation (snippet from the manual is at this link.) or better yet, just use the name of the column to make sure you've got it on the one you want. Without seeing your whole query, we can't say why it might not be working as you would like.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007