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 report that has 8 columns. The first 2 columns require sub totals. The report is only used in PDF and Excel.
Is it possible to indent the text for the sub total of column 2 to be immediately under column 2. At present, the text always seems to start from column 1.
Regards Nigel
FYI - we are using Webfocus 5.3.3
Posts: 6 | Location: France | Registered: July 13, 2005
To be able to indent the SUBTOTAL text you will need to use SUBFOOT. When outputting to PDF you can use POSITION to move the totals and text under the correct columns. For Excel you can use COLSPAN to place the values in the correct cell in the worksheet.
Posts: 406 | Location: Canada | Registered: May 31, 2004
Thank you for that. Works fine, however, when I added borders around each column, the SUBFOOT does not have border lines in between each column of data.
Is there a way to add these in, as our reports require border lines to be shown.
Also, when I do have a report that has borders, when the report is run as PDF it shows them, but when run as EXL2K, the borders are missing. Is this normal, or am I missing something.
Is there also a way of wrapping a large text field on either a SUBTOTAL or SUBFOOT.
Regards Nigel
Posts: 6 | Location: France | Registered: July 13, 2005