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.
Hi, I am trying to use Recompute on certain fields. Now I want to align the subtotals with certain columns which I want. Output is being generated in PDF. I am working on WF(5.3.3). Eg. SUM
COMPUTE X1 AS 'X1' COMPUTE X2 AS 'X2' COMPUTE X3 AS 'X3'
BY FIELD1 BY FIELD2 BY FIELD3 BY FIELD4
ON FIELD3 RECOMPUTE AS 'TOTAL' ON FIELD1 RECOMPUTE AS 'TOTAL'
Now I want to align the 1st subtotal with Field3 Column and 2nd subtotal with Field1 Column. Something like the output below.
Hi, The trick of POSITION=<> with SUBFOOT worked fine. But is the same possible incase of RECOMPUTE also? Since I am using RECOMPUTE option to find the sum of percentages, hence the formatting is required for the same. Please guide!!!
Posts: 189 | Location: Boston, MA | Registered: July 12, 2005
You can specify the aligning fields in a SUBHEAD, SUBFOOD, HEADING, FOOTING. However, not in a RECOMPUTE. Instead of the RECOMPUTE, do RECAPs, and then specify a SUBFOOT.
If you need a response quickly, it might be faster for you to call Customer Support at IBI, 1-800-736-6130, or join INFORESPONSE ONLY at techsupport.ibi.com, where you can open cases with Customer Support.
Posts: 60 | Location: 2 penn | Registered: May 22, 2003
Thanks Noreen for the guidance. I am able to achieve the alignment along with the percentage calculation as desired. I had spent a lot of time trying with the RECOMPUTE option. I think i should have tried a different approach as this one. Thanks again!