Focal Point
[SOLVED] Selectively bursting report

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/790101681

July 20, 2009, 05:45 PM
<Kev>
[SOLVED] Selectively bursting report
I'm trying to burst report into multiple files before ftping in the schedule. The procedure does use correct primary sort field, so it's doing the right thing.
I want to modify this procedure and only ftp those files that satisfy certain condition (using WHERE clause), is there anyway I can accomplish this?
FYI: I used simple WHERE clause, but it failed with Task error:ibi.jlink.EdaPcb: Pcb2.: ibi.ngxxj.NGException: local error .

Thanks in advance!

This message has been edited. Last edited by: Kerry,
July 20, 2009, 07:06 PM
Darin Lee
If your criteria are based on the data (using a WHERE clause) then you just need to eliminate the burst values that do not meet your criteria in your WHERE statement. If your criteria are based on something else (like # of records, file size, etc., then you've got to do at least a double pass against your data.


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
July 21, 2009, 01:13 AM
<Kev>
Thanks for the reply Darin.
I'd a different problem, and it's fixed now.