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.
In the code below there is a field called CALL_REPORT which is a 8000 line detail field that is wrapping into one cell. There could be multiple CALL_REPORT details for one EUNAME. Currently the CALL_REPORT details are printing horizontally and the users would like it vertical. Can someone advise on the best way to accomplish this using the code below.
TABLE FILE HOLDEU
PRINT
EUNAME AS ''
YTD_SALES AS ''
BUSINESS_PLAN_AMOUNT AS ''
COMPUTE T/F8C = YTD_SALES/BUSINESS_PLAN_AMOUNT * 100; AS ''
SALES_REP_NAME AS ''
CALL_REPORT AS ''
BY NEO_MARKET_SEGMENT_DESC NOPRINT
BY EUNAME NOPRINT
ON NEO_MARKET_SEGMENT_DESC SUBHEAD
"Segment: <NEO_MARKET_SEGMENT_DESC <+0> Target:$ <+0> "
"Customer Name <+0> $YTD Sales <+0> $FY BP <+0> Perform to BP(%) <+0> NSK Salesmen <+0> Comments/Issues"
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT EXL2K FORMULA CLOSE
This message has been edited. Last edited by: Kerry,
Please clarify what you mean by "vertical". Is CALL_REPORT an 8000 [b]character[\b] or an 8000 [b]line[\b] field? Are you expecting the line-breaks in CALL_REPORT to work?
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Take the CALL_REPORT field out of the orignal report. create a drill-down fex on EUNAME field. On the drill-down fex, break the field into maximum of 100 X 80, one per incident, if EUNAME has 3 incidents, the drill-down should display 3 of the 100 X 80.
Am I missing your horizontals & verticals?
Developer Studio 7.6.11 AS400 - V5R4 HTML,PDF,XLS
Posts: 305 | Location: Winnipeg,MB | Registered: May 12, 2008