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 am having problems diplaying the fields from a master file I created that contains XML (CLOB Fields). I can get the account ID to display but the XML fileds will not display Can you see what I am missing?
-* File ArchivedInvestmentReview.fex -DEFAULTS &OUT_STYLE = 0 SET ALL=ON SET NODATA=' ' SET ASNAMES=ON SET EMPTYREPORT=ON -****************************** -* -* -******************************
-*DETERMINE IF PDF OR EXCEL -IF &OUT_STYLE EQ 0 GOTO PDF; -IF &OUT_STYLE EQ 1 GOTO EXCEL;
-PDF TABLE FILE ACCOUNTS_ARCHIVE PRINT ACCOUNTNAME INVESTMENTOFFICER BY ACCOUNT_ID NOPRINT WHERE ACCOUNT_ID = '00-0000-00' AND YEAR = '2006' HEADING " " " Archive Report" " " "Account: " " ON TABLE SET PAGE-NUM OFF -*ON TABLE HOLD AS OUTFILE FORMAT PDF ON TABLE PCHOLD FORMAT PDF ON TABLE NOTOTAL ON TABLE SET STYLE * UNITS=IN, PAGESIZE='LETTER', LEFTMARGIN=0.250000, RIGHTMARGIN=0.250000, TOPMARGIN=0.250000, BOTTOMMARGIN=0.250000, SQUEEZE=ON, ORIENTATION=LANDSCAPE,$ TYPE=REPORT, FONT='TIMES NEW ROMAN', SIZE=8, COLOR='BLACK', BACKCOLOR='NONE', STYLE=NORMAL,$ TYPE=HEADING, STYLE=BOLD,$ ENDSTYLE END
Jim Prod: WebFOCUS 7.6.5 CGI - Self Service - AIX 5.2 - IBM DB2 V9 Env 3 Local: DevStudio 7.6.5 Servlet - Self Service - MS Windows XP SP2 - Output: HTML, Excel 2000 and PDF
WebFOCUS does not support CLOB fields. HOWEVER, it will still get the information out of it. I'm not sure what issue you are having with the XML content but you can get away with declaring a field in the MFD as an Annnn if you know that the CLOB contents are always less than roughly 3900 characters. If it contains more, then declare it as a TX field and it will get the entire contents.
You may also want to fix your post so we can see all your code. Select the DISABLE HTML TAGS option at the bottom.
Thanks!
Mickey
FOCUS/WebFOCUS 1990 - 2011
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003
Jim Prod: WebFOCUS 7.6.5 CGI - Self Service - AIX 5.2 - IBM DB2 V9 Env 3 Local: DevStudio 7.6.5 Servlet - Self Service - MS Windows XP SP2 - Output: HTML, Excel 2000 and PDF
I tried changing from TX50 to TX700 but recieved a format error. I then changed it to TX256 and the report ran but it still does not display the XML fields. Here is a sample of the XML in the REVIEW field of the table:
< !--XML file created with STYLEVISION version 2004 rel. 4 [http://www.xmlspy.com) by Gireesh Nair-->
00-0000-00 XXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXX, JR 000 00 0000000000000000000 PORTFOLIOS AGENCY SERVICES AGENT FOR FIDUCIARY INVESTMENT MANAGER Yes MARCH 2006 00 xxxxxxxxxxxxxxxxxxxxx PORTFOLIO 00 10-10-2006 XXXXXXXXXXXXXXXXXX AUTHORITY 22MAPBGPIBO 2006-12-20 Does the account hold any fixed income securities that are not investment grade? N/A
Does the account hold any Wells Fargo & Co. securities? PASS
Does the account have a greater than 10% concentration in any single equity/fixed income asset? N/A
Does the account hold any unique assets? N/A
Does the MAP account hold individual equity securities? PASS
Does the account hold any individual equity security with a current market value below 20% of original purchase price? N/A
Is any one equity industry above 15%? N/A
Does the account hold any outside asset not allowed in the MAP Standard portfolio? PASS
Is the growth percentage greater than that allowed for this standard MAP account? PASS
Is there any cash sweep vehicle that is > 15% of the total market value? PASS
Does the account hold any uninvested cash? PASS
Is the percentage of asset holdings appropriate based on the Investment Objective? N/A
Does the account have an Investment Objectives on file greater than three years old? PASS
Jim Prod: WebFOCUS 7.6.5 CGI - Self Service - AIX 5.2 - IBM DB2 V9 Env 3 Local: DevStudio 7.6.5 Servlet - Self Service - MS Windows XP SP2 - Output: HTML, Excel 2000 and PDF