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.
How do I get one consolidated tabular final report without displaying the two tables.
Secondly, when I added last part of the code the result is not the expected result.
Column 5 & 6 reported same figure as per column 1 & 3 where it should only report status EQ 'NP'.
Would appreciate it if anyone could assist.
Thanks...JS
Below is the code snippet:
TABLE FILE ABC SUM CNT.OFA/I7C AS 'TOTAL ACCOUNT' KRBKRD/D15.2C AS 'TOTAL FINANCING LIMIT' OFA/D12.2C AS 'TOTAL OUTSTANDING' COMPUTE PCT/D6.2% = OFA / KRBKRD * 100; AS '% OFA VS FLIMIT' BY FLIMIT NOPRINT BY LIMIT ON TABLE PRINT END
TABLE FILE ABC SUM CNT.OFA/I7C AS 'NON PERFORMING ACC' OFA/D12.2C AS 'NON PERFORMING AMT' WHERE STATUS EQ 'NP'; BY FLIMIT NOPRINT BY LIMIT ON TABLE PRINT END
-------------------------------- TABLE FILE ABC SUM CNT.OFA/I7C AS 'TOTAL ACCOUNT' KRBKRD/D15.2C AS 'TOTAL FINANCING LIMIT' OFA/D12.2C AS 'TOTAL OUTSTANDING' COMPUTE PCT/D6.2% = OFA / KRBKRD * 100; AS '% OFA VS FLIMIT' CNT.OFA/I7C AS 'NON PERFORMING ACC' OFA/D12.2C AS 'NON PERFORMING AMT' BY FLIMIT NOPRINT BY LIMIT ---------------------------------This message has been edited. Last edited by: JS,
R7.7.0.1 Windows, All Outputs
Posts: 15 | Location: Malaysia | Registered: January 19, 2012