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 a PDF report where I don't want totals for every column. So, I've added a subfoot with the subtotals for each column I want totalled, then I position the subtotals via the stylesheet. My problem is that there is no line between the bottom of the column and the subtotal, for only the columns that have a subtotal. I would like a nice solid line, but I can figure out how to do this. Can anyone help?
If you did this with a subfoot, the solution is simple. Your subfoot can be multiple lines (each encolsed in quotes). Just insert something like this as the first line of the subfoot:
" ____________ ___________ _________"
Getting everything to line up in PDF can be a chore, but if you got your totals to line up with the data, then I reckon you know how to do that.
Posts: 135 | Location: Portland, OR | Registered: March 23, 2005
I just wanted to let you know that you can specify which fields to SUBTOTAL if you do not want all the numeric fields to be SUBTOTALed.
Try the following example. Notice in the SUBTOTAL statment I listed the fieldnames after the SUBTOTAL keyword for which I would like the SUBTOTAL to be done. Using this technique will also retain the blank line at the end of the column and before the subtotal values line.
TABLE FILE CAR PRINT RCOST DCOST SALES SEATS LENGTH WIDTH HEIGHT WEIGHT BY COUNTRY SUBTOTAL RCOST DCOST SALES WEIGHT BY CAR BY MODEL BY BODYTYPE ON TABLE SET STYLE * TYPE=REPORT, GRID=OFF,$ ENDSTYLE END
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003