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.
First of all, I hope you guys will forgive me, for I am quite newbie in WebFOCUS technology. I have a doubt related to the across behaviour. We have developed a moderetely complex report, in which sometimes, in runtime, we display one SUM column with across, and sometimes two or more SUM columns. When two or more columns are displayed in the verb, the SUM columns title are gently displayed. Yet, when only one column is displayed, there is no title for that column, and we need to display it.
We have managed to reproduce the two different behaviours in these TABLE FILE from table CAR: (runned in WebFOCUS server 8.0.08)
-SET &ECHO='ALL';
TABLE FILE CAR HEADING "CAR Report, 2 columns" SUM CAR.SALES CAR.HEIGHT BY CAR.COUNTRY BY CAR.CAR ACROSS CAR.BODYTYPE ON TABLE SET PAGE-NUM OFF ON TABLE COLUMN-TOTAL AS 'TOTAL' END -RUN
TABLE FILE CAR HEADING "CAR Report, 1 columns" SUM CAR.SALES BY CAR.COUNTRY BY CAR.CAR ACROSS CAR.BODYTYPE ON TABLE SET PAGE-NUM OFF ON TABLE COLUMN-TOTAL AS 'TOTAL' END -RUN
I hope you guys could guide this a bit on this subject. Thank you so much!!!This message has been edited. Last edited by: glezo,
WebFOCUS 8, Win/*NIX, B.I.Portal, *SQL, all outputs
Thank you SO MUCH, MartinY! Additionally, we had another problem with styling the column title when using ACROSS in format AHTML, but it has also been solved! Thank you so much!
WebFOCUS 8, Win/*NIX, B.I.Portal, *SQL, all outputs
Well, this have been completely [SOLVED]... Am I supposed to edit the Discussion title to add '[SOLVED]' (I tried, but couldn't figure it out how to), or will the forum admin edit it?
WebFOCUS 8, Win/*NIX, B.I.Portal, *SQL, all outputs
Even as a 'newbie' to WF and FocalPoint, you did so many things to support your request and the forum in general: * Used sample data/code to demo your issue. * Provided feedeback/thanked those that helped you. * Sought to add the thread disposition to the heading.
If you have discovered/are using the powerful ACROSS command already, you should be in good shape! :-)
Good luck.
Pilot: WebFOCUS 8.2.06 Test: WebFOCUS 8.1.05M Prod: WebFOCUS 8.1.05M Server: Windows Server 2016/Tomcat Standalone Workstation: Windows 10/IE11+Edge Database: Oracle 12c, Netezza, & MS SQL Server 2019 Output: AHTML/XLSX/HTML/PDF/JSCHART Tools: WFDS, Repository Content, BI Portal Designer & ReportCaster