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'm experiencing an issue with Report Caster where it's excluding the report GrandTotals. If I run the report directly with out using RC it works perfectly. Any suggestions work be helpful.
Print Code:
TABLE FILE TMP_HYP_DEPT_SPEND PRINT -* SCNFORCST NOPRINT SHORTACCT AS ' ' ACTUALCM/D12 AS 'Acutal' FORECASTCM/D12 AS 'Forecast' ACFCM/D12 AS '$' COMPUTE AVFPCTCM/D12.1% = (ACFCM/FORECASTCM)*100; AS '%' ACTYTD/D12 AS 'Actual' BUDYTD/D12 AS 'Budget' AVBYTD/D12 AS '$' COMPUTE AVBPCTYTD/D12.1% = (AVBYTD/BUDYTD)*100; AS '%' PROFORMACM/D12 AS 'Proforma' AVPCM/D12 AS '$' COMPUTE AVPPCTCM/D12.1% = (AVPCM/PROFORMACM)*100; AS '%' PROFORMAYTD/D12 AS 'Proforma' AVPYTD/D12 AS '$' COMPUTE ACPPCTYTD/D12.1% = (AVPYTD/PROFORMAYTD)*100; AS '%' BY ENTITY_DEPT NOPRINT BY ACCTSORT NOPRINT BY PARENT AS '' RECOMPUTE AS 'Total'This message has been edited. Last edited by: Kerry,
Posts: 8 | Location: Orange, California | Registered: August 10, 2004
I knew I had read this before, so i had to go find it..here's the documentation.
When the SUBTOTAL, SUB-TOTAL, SUMMARIZE, or RECOMPUTE commands are used with burst reports, the WebFOCUS Reporting Server automatically suppresses the grand total.
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005