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 saw this topic discussed several times on Forums, but I have not been able to find a working solution. When doing SUBTOTAL with EXL2K format, like this:
SET PRINTPLUS=ON DEFINE FILE CAR BLANK/A1 WITH COUNTRY=''; END TABLE FILE CAR SUM SALES BY COUNTRY BY BLANK NOPRINT BY MODEL
ON BLANK SUBFOOT " " ON BLANK SKIP-LINE ON BLANK SUBTOTAL AS 'SUBTOTAL' ON TABLE SET BYDISPLAY ON ON TABLE PCHOLD FORMAT EXL2K ON TABLE SET STYLE * TYPE=REPORT, FONT=ARIAL, GRID=OFF, $ END
the SUBTOTAL row is right after the data rows - there is no blank row separating it from the data.
I specifically included everything I tried in the above code:
The SKIP-LINE makes it work for PDF format. The GRID=OFF makes it work for HTML. But nothing above makes it work for me with HTML format.
As always, any help and/or suggestions are appreciated.
W GERMANY 100 LS 2 DOOR AUTO 7800 2002 2 DOOR 8950 2002 2 DOOR AUTO 8900 3.0 SI 4 DOOR 14000 3.0 SI 4 DOOR AUTO 18940 530I 4 DOOR 14000 530I 4 DOOR AUTO 15600 SUBTOTAL 88190 *TOTAL COUNTRY W GERMANY 88190
Nope, I still cannot get the SUBTOTAL line to be separate from the data in EXL2K format. I run the code I originally showed and tested the one Prarie suggested, and get the results I showed in my June 20th message. As you can see, the Grandtotal: TOTAL 208420 does get separated with a blank row, but the SUBTOTAL 88190 is right below the data.