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'm trying to look for a way to display the total lines per group by. XX marks the placeholder for that count value (CNT.DEALER_COST). CNT.DEALER_COST is not a displayed field and there is a requirement to have it place on a location in the SUBTOTAL. I appreciate all the help.
TABLE FILE CAR SUM DEALER_COST BY COUNTRY BY CAR BY MODEL
ON COUNTRY SUBTOTAL AS 'Total: XX Lines for ' ON TABLE NOTOTAL END
Thanks, DanThis message has been edited. Last edited by: Kerry,
Dev: WebFOCUS 7.6.10, Data Migrator 7.6.10 QA: WebFOCUS 7.6.10, Data Migrator 7.6.10 Prod: WebFOCUS 7.6.2, Data Migrator 7.6.8 Windows 2K3, Tomcat 5.5.17, IIS 6 Usage: HTML, PDF, Excel, Self-serve, BID and MRE
Posts: 197 | Location: Roseville, CA | Registered: January 24, 2005
Dan, the simplest way to achieve what you want is by using SUBFOOT and some spotmarkers to position your results.
There could be a way to simulate it with SUBTOTAL but it would require a more elaborate approach and I don't know if that is entirely feasible.This message has been edited. Last edited by: njsden,
In addition to my previous post, even if you managed to put that content in your SUBTOTAL you'll be facing the issue of trying to keep the "Total: XX Lines for" message along with the actual totals in the same line and that is tricky business!