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 successfully created a report with a blank row as a subfooter for a group of common records. The report has 2 distinct groups, and thus has 2 of these blank rows. I need these 2 blank rows to be a color other than white.
Here is what I have tried (only a small portion shown), and it does not work. What is wrong with my code, or is it possible that something else in the code is interfering? TRANSPORT_TYPE is the field used in the "BY" and the "ON ... SUBTOTAL" clauses.
ON TABLE SET STYLE * TYPE=SUBFOOT, BY=TRANSPORT_TYPE, BACKCOLOR=RGB(100 100 100),$ ENDSTYLE
thanks
Richard Killey WF Dev Studio 5.3.2This message has been edited. Last edited by: MTO-Solutions-Engineering,
Richard, you know there's a difference between SUBFOOT and SUBTOTAL, yes? your code says ON ... SUBTOTAL and your stylesheet says TYPE=SUBFOOT,... theu're not the same thing..you know that , right? You see in Portland's code how he uses SUBFOOT for both?
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
The report has a branch in it as it is meant to cover situations that need the extra footer and cases that do not need it. I inadvertently added an additional ENDSTYLE in the one branch. The error message I was getting, of course, sent me down the wrong rabbit hole and I had trouble coming back out.
The report now works fine, and I appreciate the two of you telling me that the code I had should work fine, which got me looking at other possible problems.
Richard
MTO WebFOCUS Dev Studio 5.3.2 (trying to upgrade to 7.x !) Unix with Win XP front ends output usually PDF (and some HTML and XLS at times)