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 have a FOCEXEC that prints the data from an Excel spreadsheet. I noticed that not all the data is printing. I have the ODBC setup, create an Excel 97 version, create a Name range that matches the MFD. All that works. It has something to do with the column formatting but can't quite figure it out. For example: An employee that has 3 rows and prints 3 lines some of the columns don't print the data. the data is in the spreadsheet. It appears that, at least in one case, a number in a text column, and that is legit data, must have the little green triangle in the spreadsheet in order to print. If I manually edit it and insert a single quote ahead of the number it will print. But if I just format the cell it still won't print. Does that make any sense? The initial spreadsheet was created from a FOCEXEC. I wish I could show you the data. Not sure how to upload a spreadsheet to the forum (after I blank out salary and ID information).This message has been edited. Last edited by: Rick Man,
Reporting Server 7.6.10 Dev. Studio 7.6.8 Windows NT Excel, HTML, PDF
I posted an image of the Excel data. So for example in the green highlighted rows, in column PROG, the 108 prints but the 199 does NOT. In the MAXCAP column, row 25 the 20 does NOT print.
The PROG field is A255V and the MAXCAP is A5V
Reporting Server 7.6.10 Dev. Studio 7.6.8 Windows NT Excel, HTML, PDF
Have you tried exporting the spreadsheet to a .CSV file and reporting from that?
In answer to your question about how to upload examples the best way is to use to one of the many file sharing sites (I use tinypic.com) and then the URL tag available here. That way the example shows up like you see here:
Oops! I see you found out about sharing examples already... but maybe this will help others.
This is the response form IBI: The column in the spreadsheet contains some records with only numbers and some with combination of numbers and letters. Excel is saving the numeric records as 'General' format which is a numeric format stored in binary. When WebFOCUS generates a Master file, it assumes that the entire column is the same format (meaning 'General' vs 'text' in Excel format).
My solution was: To create a macro that uses the TextToColumns function to change the 11 columns involved and will add that step to the process.
Reporting Server 7.6.10 Dev. Studio 7.6.8 Windows NT Excel, HTML, PDF