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 not really sure if it is worth even considering opening such a huge file in Excel. But if you gotta do it, here would be my suggestions -
#1> In what we have seen with Compound excel output, I believe you can actually have upto 64k lines per each Tab.
Include a row-counter field and put your final output to a Hold file. Query &RECORDS for the output size and put the execl compound generation steps in a -Repeat loop to show about 64k lines on each tab by using that row counter field for start-stop. Bad idea to begin with, but in case there are no other options.
#2> Better yet, when you query &RECORDS and determine the output size to be huge, force the output format to be HTML automatically with the WEBVIEWER option.
-SET &FMTX = IF &RECORDS GT 99999 THEN 'HTML' ELSE 'EXL2K';
ON TABLE PCHOLD FORMAT &FMTX
Hope that helps, Sandeep Mamidenna
------------------------------------------------------------------------------------------------- Blue Cross & Blue Shield of MS WF.76-10 on (WS2003 + WebSphere) / EDA on z/OS + DB2 + MS-SQL MRE, BID, Dev. Studio, Self-Service apps & a dash of fun !!
Posts: 218 | Location: Jackson, MS | Registered: October 31, 2006
You want 2 million records in a spreadsheet???? Try a database instead. The record limit for Excel has increased with the new Office 2007 version, but that's still not proper functionality for a spreadsheet.
Additionally, try using the Search functionality in the forum. There are NUMEROUS posts regarding this topic.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
We have ton's of data running thru out Self Service aplication also.How we handle the HTML, Excel 2 million row question is to bring back a subset of the data to be shown in the browser (we display 1000 rows) then allow the user to export the entire data to either Excel or PDF. 2million rows may not come back in the Browser.
Prod: WebFOCUS 7.6.10 MRE Oracle/Sybase Test: DevStudio 7.6.6 WF Server 7.6.6 Report Caster 7.6.6 Web Server - Tomcat MS Windows XP SP2 Output: HTML, Excel 2000 , PDF, CSV, DOC
2 million rows is not a report, it is a data dump. What are you trying to accomplish? Have you considered putting criteria to limit the selection and/or doing a summary with drill downs?
Pat WF 7.6.8, AIX, AS400, NT AS400 FOCUS, AIX FOCUS, Oracle, DB2, JDE, Lotus Notes
Posts: 755 | Location: TX | Registered: September 25, 2007