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.
A MySQL report has been created but the values in the fields do not display in the report. For example, the fex is below. TABLE FILE CUSTOMER PRINT ID COMPANY END
In this case, the value in ID is a number and in Company is a company name. When this report is run, the value in the ID is in the ID fields but the same value is in the Company field rather than the company name. When only the Company is selected as in below (as a test), the field is blank. TABLE FILE CUSTOMER PRINT COMPANY END
When the table is viewed within a different tool, values appear in the Company field. We have several tables within MySQL where this is the case but do have a few tables where this is not the case.
What can we do to display the values in the Company field? This is the first MySQL report we have created.
Thank you, GeriThis message has been edited. Last edited by: Geri,
I would read the Adapter Administration for UNIX, Windows, OpenVMS, i5/OS, and z/OS, Version 7 Release 6.11 document (DN4500931.1209). Make sure you're using the correct version of the WebFOCUS Data Adapter. Verify if the MySQL implementation is Unicode. Is the Company column VARCHAR? These are some of the things I'd look at before opening a case with IBI Texch Support.
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
We went through several troubleshooting steps and the issue was that when the fex is written as PCHOLD AS FORMAT EXCEL, the issues occur. When the save in the fex is written as PCHOLD AS FORMAT HTML or PCHOLD AS FORMAT EXL2K, the report displays the field values correctly when opened or saved.