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 just used the GUI to build a quick WF8 report...my first in some time. It has depts going down the side and months going across the top. It shows Chgs/Pmts etc.
No matter what I do its automatically wrapping and making the column as skinny as it possible can.
Further, I added a Page Heading and it never shows on the run report. I have tried HTML and Excel...does not matter.
TABLE FILE TBLMSTR_MIXDETAIL SUM TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.ADJUSTMENTS/D12 AS 'Total Adjs' TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.ADMINISTRATIVE/D20 AS 'Administrative' TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.BADDEBTWRITEOFF/D20 AS 'BadDebt WriteOff' TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.CAPITATION/D20 AS 'Capitation' TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.CHARITY/D20 AS 'Charity' TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.CONTRACTUAL/D20 AS 'Contractual' TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.DISCOUNT/D20 AS 'Discount' TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.PLBADJUSTMENT/D20 AS 'PLB Adjustment' TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.QUALITYDEBIT/D20 AS 'Quality Debit' TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.REFUND/D20 AS 'Refund' TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.RESEARCH/D20 AS 'Research' TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.PAYMENTREVERSAL/D20 AS 'Pmt Reversal' TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.OTHER/D20 AS 'Other' BY TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.RPTBANBR AS 'BaNbr' BY TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.RPTBANAME AS 'BaName' ACROSS LOWEST TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.PERIOD AS ' '
HEADING "Cost Center Trend"
WHERE ( TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.FISCALYEAR EQ &FISCALYEAR.(FIND TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.FISCALYEAR,TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.FISCALYEAR IN TBLMSTR_MIXDETAIL).FISCALYEAR:. ) AND ( TBLMSTR_MIXDETAIL.TBLMSTR_MIXDETAIL.RPTBANBR EQ '&RPTBANBR' );