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/FOCUS Forum on Focal Point     Exporting 1.2 million records to excel

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Exporting 1.2 million records to excel
 Login/Join
 
Gold member
posted
Hi,

We know excel has a limitation on number of rows it can take ( it is around 65K).

but is there any way to split the records and put it in different excel sheet on the click of export button.

Regards,
Navaneeth
 
Posts: 53 | Registered: October 03, 2006Report This Post
Expert
posted Hide Post
Navaneeth,

This question has been answered multiple times on this Forum. Do a search and look for excel, limits, BYTOC, etc. and I'm sure you will find an answer that you can use.

But essentially, the answer is to count the rows and split them into multiple worksheets or divide into multiple worksheets by high-level sort field.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Expert
posted Hide Post
Navaneenth,

Take the time to read the sticky topics at the top of this Forum. Particularly the ones about updating your signature and also performing a search first. You could have saved yourself a lot of time!

T

This message has been edited. Last edited by: Tony A,



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Master
posted Hide Post
Using BYTOC will break on your first sort field, if you want a different grouping you will need to create it, but it will make more sense if you break your report by something meaningful rather than by a count. Also keep in mind that BYTOC only works with EXL2K (and higher) it will not work with EXL97 or EXCEL.


Pat
WF 7.6.8, AIX, AS400, NT
AS400 FOCUS, AIX FOCUS,
Oracle, DB2, JDE, Lotus Notes
 
Posts: 755 | Location: TX | Registered: September 25, 2007Report This Post
Platinum Member
posted Hide Post
Hi Navaneeth

Try this code to break the multiple worksheet

TABLE FILE HOLD
PRINT
*
COMPUTE COUNTER/I7=COUNTER + 1; NOPRINT
COMPUTE WORKSHEET/I3=COUNTER/65000; NOPRINT
BY TOTAL WORKSHEET NOPRINT
ON TABLE PCHOLD FORMAT EXL2K BYTOC
END



Thanks
Gobinath Velusamy


WebFOCUS 7610
Windows
 
Posts: 121 | Registered: September 25, 2007Report This Post
Platinum Member
posted Hide Post
Navaneeth, you ask a good question, but there's a tab above called: "Search". Were you able to find the topic you were asking about by clicking on it as suggested by Tony? Were you able to find it once directed there by Ginny and PBrightwell? There is also a rate it below the 'go/new' tabs. Feel free to rate the search once you have looked up the bytoc option.

Moderator - just a suggestion - maybe a bright color background behind the 'search' tab to help those that just don't "no"tice it.

Ira
AIX 533 WF 533(P)

This message has been edited. Last edited by: ira,


aix-533,websphere 5.1.1,apache-2.0,
wf 538(d), 537 (p),
==============
7.6.11 (t) aix 5312
websphere 6.1.19
apache 2.0
 
Posts: 195 | Registered: October 27, 2006Report This Post
Virtuoso
posted Hide Post
Maybe we should have it Blink...in Pink. Smiler


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Exporting 1.2 million records to excel

Copyright © 1996-2020 Information Builders