Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS Designer Forum on Focal Point     [CLOSED] (FOC3215) FOLD-LINE

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] (FOC3215) FOLD-LINE
 Login/Join
 
Member
posted
Hi,

I uses text editor to open two reports add FOLD-LINE. One report works as I expected. The other one showed the following error. I can't find any difference with using FOLD-LINE.


An error has occurred
Detail:
(FOC3215) FOLD-LINE INCOMPATIBLE WITH SPECIFIED OUTPUT FORMAT

Report 1 Having (FOC3215)

TABLE FILE CJCMS_TST/JMS_OFF_DIMREST_PROG
BY JMS_OFF_DIMREST_PROG.JMS_OFF_DIMREST_PROG.PROGRAM_START_DATE NOPRINT
BY JMS_OFF_DIMREST_PROG.JMS_OFF_DIMREST_PROG.PROGRAM_END_DATE NOPRINT
BY JMS_OFF_DIMREST_PROG.JMS_OFF_DIMREST_PROG.PROGRAM_ID AS 'Program'
BY JMS_OFF_DIMREST_PROG.JMS_OFF_DIMREST_PROG.PROGRAM_START_DATE/M-D-YY AS 'Start Date'
BY JMS_OFF_DIMREST_PROG.JMS_OFF_DIMREST_PROG.START_REASON AS 'Start Reason'
BY JMS_OFF_DIMREST_PROG.JMS_OFF_DIMREST_PROG.START_COMMENTS AS 'Start Date Comments'
BY JMS_OFF_DIMREST_PROG.JMS_OFF_DIMREST_PROG.START_USERINFO/A40V AS 'Start Case Worker'
ON JMS_OFF_DIMREST_PROG.JMS_OFF_DIMREST_PROG.START_USERINFO FOLD-LINE
BY JMS_OFF_DIMREST_PROG.JMS_OFF_DIMREST_PROG.PROGRAM_END_DATE/HMDYY- AS 'End Date,'
BY JMS_OFF_DIMREST_PROG.JMS_OFF_DIMREST_PROG.END_REASON AS 'End Reason'
BY JMS_OFF_DIMREST_PROG.JMS_OFF_DIMREST_PROG.END_COMMENTS AS 'End Date Comment,'
BY JMS_OFF_DIMREST_PROG.JMS_OFF_DIMREST_PROG.END_USERINFO AS 'End Case Worker'
WHERE ( JMS_OFF_DIMREST_PROG.JMS_OFF_DIMREST_PROG.SEQ_NUM EQ 0 ) AND ( JMS_OFF_DIMREST_PROG.JMS_OFF_DIMREST_PROG.PROGRAM_TYPE EQ '1' ) AND ( JMS_OFF_DIMREST_PROG.JMS_OFF_DIMREST_PROG.OFF_ENGAGE_ID EQ '1904862' ) AND ( JMS_OFF_DIMREST_PROG.JMS_OFF_DIMREST_PROG.PROGRAM_ID EQ 'CFC-Youth' );
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ASNAMES ON
ON TABLE NOTOTAL
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *

Report 2 No Error

TABLE FILE CJCMS_TST/V_JMS_RPS_HEADER
BY V_JMS_RPS_HEADER.V_JMS_RPS_HEADER.OFF_ENGAGE_ID AS 'DOCR ID#'
BY V_JMS_RPS_HEADER.V_JMS_RPS_HEADER.MCPID
BY V_JMS_RPS_HEADER.V_JMS_RPS_HEADER.LAST_NAME AS 'LAST NAME'
BY V_JMS_RPS_HEADER.V_JMS_RPS_HEADER.FIRST_NAME AS 'FIRST NAME'
BY V_JMS_RPS_HEADER.V_JMS_RPS_HEADER.MIDDLE_NAME AS 'MIDDLE NAME'
BY V_JMS_RPS_HEADER.V_JMS_RPS_HEADER.BIRTH_DATE AS 'DOB'
BY V_JMS_RPS_HEADER.V_JMS_RPS_HEADER.AGE/I5
BY V_JMS_RPS_HEADER.V_JMS_RPS_HEADER.SEX_CODE AS 'GENDER'
BY V_JMS_RPS_HEADER.V_JMS_RPS_HEADER.RACE_CODE AS 'RACE'
BY V_JMS_RPS_HEADER.V_JMS_RPS_HEADER.HOUSING
BY V_JMS_RPS_HEADER.V_JMS_RPS_HEADER.DATE_ADMITTED AS 'DATE/TIME ,ADMITTED'
BY V_JMS_RPS_HEADER.V_JMS_RPS_HEADER.PLANNED_RELEASE_DATE AS 'PROJECTED,RELEASE DATE'

ON V_JMS_RPS_HEADER.V_JMS_RPS_HEADER.BIRTH_DATE FOLD-LINE
ON TABLE SUBHEAD
"INMATE INFORMATION"
WHERE ( V_JMS_RPS_HEADER.V_JMS_RPS_HEADER.OFF_ENGAGE_ID EQ '1904862' );
ON TABLE SET NODATA ' '
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ASNAMES ON
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *

This message has been edited. Last edited by: FP Mod Chuck,


WebFocus 8.0.0.8
Windows, All Outputs
 
Posts: 13 | Location: WebFocus 8.0.0.8 | Registered: May 24, 2016Report This Post
Virtuoso
posted Hide Post
CD

Your report that works has ON TABLE PCHOLD FORMAT PDF and your report that doesn't work does not have a ON TABLE PCHOLD statement which I believe will default to output format of XML. Add the appropriate output format statement to your first report.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
 
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005Report This Post
Member
posted Hide Post
Chuck,

Thank you for your advises. I will try it.


WebFocus 8.0.0.8
Windows, All Outputs
 
Posts: 13 | Location: WebFocus 8.0.0.8 | Registered: May 24, 2016Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS Designer Forum on Focal Point     [CLOSED] (FOC3215) FOLD-LINE

Copyright © 1996-2020 Information Builders