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.
Hello, I have a cross-table in a report to which I need to add a 'Totals' column at the end. So basically, there are about ten rows and three columns and the last one needs to show a sum of the three. I could have simply used ON TABLE ROW-TOTAL had it been just numbers in all of the rows. However, there are a couple rows having percentages, and the ON TABLE ROW-TOTAL adds up those percentages, which is wrong; though, it works fine for other (i.e. non-percentage) rows. There's a custom calculation for getting those percentages in the totals (it's not an average by the way) which needs to be added in the cell of the Total column, if there is a way. So wanted to know if there's a workaround to handle this scenario. Any inputs will be appreciated.
To sum up, here's how I want it to be displayed -
........ X Y Z Totals ABC 55 75 120 250 DEF 400 350 240 990 GHI 13.75 21.42 50.00 25.25 JKL 10 28 42 80This message has been edited. Last edited by: FP Mod Chuck,
WebFocus 8, Win 10
Posts: 2 | Location: India | Registered: May 29, 2018
I am calculating those in the report. So if you see that sample output, the percentage (i.e. row GHI) is basically row ABC/row DEF (e.g. 55/400=13.75, 75/350=21.42, and so on..)
WebFocus 8, Win 10
Posts: 2 | Location: India | Registered: May 29, 2018
We faced same issue before - What we did is; we created a separate HOLD files only for totals using loop (reduce the lines) based on the dynamic BY column. And joined with the main report.