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     [SOLVED] Bursting in Reportcaster 7.1.6

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Bursting in Reportcaster 7.1.6
 Login/Join
 
Gold member
posted
Hi,
I need to set Burst value and File name for FTP option dynamically in Reportcaser based on lines of Code (By Sort field).
For example,
The report should burst after every 100 records.How can I implement this condition?

Thanks,
Suji

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


WebFOCUS 7.7.02(Production)
WebFOCUS 7.7.02(Test region)
Oracle backend (10g)and Windows Frontend.
HTML,PDF,EXL2K,FLEX,AHTML
 
Posts: 68 | Registered: June 07, 2007Report This Post
Virtuoso
posted Hide Post
You need to create a sort field that counts number of lines of output - probably using a COMPUTE. As soon as you get this to where it would page-break after each 100 records then you can just use that same field as your burst value. Remember that to burst, this will have to be your primary sort. There are numerous examples of what you are trying to do if you use the search tab.


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, 2007Report This Post
Expert
posted Hide Post
FYI, solution from Suji:

This is my code to burst a report into multiple sections and ftp them to a particular location(/tmp).

APP HOLD holddir
SQL SQLORA
SELECT RR_NUM FROM TABLENAME;

TABLE FILE SQLOUT
PRINT
RR_NUM
COMPUTE FILE_FTP/A7 = RR_NUM || '.xls' ;
ON TABLE HOLD AS BURST_REP FORMAT FOCUS
END

TABLE FILE BURST_REP
PRINT
ACCTNUM
BY RR_NUM NOPRINT
END

The following is the code for bursting which resides in a separate APP Folder in reporting server.

TABLE FILE BURST_REP
ON TABLE SET ASNAMES ON
PRINT
RR_NUM AS 'VALUE'
FILE_FTP AS 'DEST'
ON TABLE PCHOLD
END

Thanks a lot Suji for sharing with us. Smiler

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report 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     [SOLVED] Bursting in Reportcaster 7.1.6

Copyright © 1996-2020 Information Builders