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 WebFOCUS report that is bursted and distributed via email to an address list. I would like all members in the list to receive an email/report even if they have no report (with their burst value). I can create a separate RC job for each to get the desired result but it would get too cumbersome.
Tim, make sure your extract file does indeed have a value in its BY field for every one of your intended recipients. If there is no data today for one of your recipicients, then caster won't know to send the report. And second, make sure SET EMPTYREPORT =ON so the intended person gets the report header and column titles.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Susannah basically answered the question already. If there is no data for a value, RC can't distribute anything. You get a line in the RC log like "No report for output.fil with a burst value of value." You may be able to set up one separate job that counts all records, sorting them using the ROWS OVER (which forces a line for each specified value) and hold. Then run a report with bursting for any values that have 0 records in the count.
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
You need an extra step in your processing like a match file, to pickup all the burst values available. Try to match the botaddr file by the burst value to your report, hold old-or-new. Now you will have a 'full matrix' and everyone will get something.
WebFocus 7x, 8x, Win / Linux, any output format
Posts: 70 | Location: reading, pa | Registered: April 07, 2007