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 am trying to create a compound report with user id and total on the first line, then all detail under that. However, I can’t get detail match with summary. For example, use GGSALES table, I get report as following:
Page 1
Product ID Unit Sales Dollar Sales C141 xxxxxx xxxxxxx (Total)
Product ID Date Unit Sales Dollar Sales C141 xxxxxxxx xxxxxxxx xxxxxxx (Detail) C141 xxxxxxxx xxxxxxxx xxxxxxx C141 xxxxxxxx xxxxxxxx xxxxxxx
Page 2
Product ID Unit Sales Dollar Sales C142 xxxxxx xxxxxxx (Total)
Product ID Date Unit Sales Dollar Sales C141 xxxxxxxx xxxxxxxx xxxxxxx (Detail) C141 xxxxxxxx xxxxxxxx xxxxxxx C141 xxxxxxxx xxxxxxxx xxxxxxx
Since detail still display C141, I don’t need total on page 2 or at least if total line can display C141 will be good.
In my real report, I need User ID match total and detail. If someone can show me how to do this with GGSALES, then I can figure out how to do my real report.
Next question, in my real report, my total line is more than one line. How to split line without using “subfooting”? If take GGSALES as an example, I can assume something as following:
Page 1
Product ID Category Product Unit Sales Dollar Sales C141 xxxxxx xxxxxx xxxxxx xxxxxxx (Total) State City Store ID Budget Units Budget Dollars Xx xxxxx xxxxx xxxxxxxx xxxxxxxx
Product ID Date Unit Sales Dollar Sales C141 xxxxxxxx xxxxxxxx xxxxxxx (Detail) C141 xxxxxxxx xxxxxxxx xxxxxxx C141 xxxxxxxx xxxxxxxx xxxxxxx
How to create a report as above?
Ed (WebFocus 7611)This message has been edited. Last edited by: EdHou,
As far as I can see, both reports should be sorted BY the same field and should also be set as "coordinated" in compound composer, that way you would always get C141 summary along with C141 details in one page, C142 summary with C142 details in their own page and so on.
About your other question, I don't think you can split a SUBTOTAL/TOTAL in more than one line .. at least not voluntarily. Those "special" total lines need to be achieved with SUBFOOT which obviously requires a bit more effort in styling (and does not support inner borders).