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. Moving forward, myibi is our community platform to learn, share, and collaborate. We have the same Focal Point forum categories in myibi, so you can continue to have all new conversations there. If you need access to myibi, contact us at myibi@ibi.com and provide your corporate email address, company, and name.
I am trying to generate a No Data message for a coordinated compound pdf report that bursts on the high-level sort field and is run in ReportCaster.
I have a section in the pdf reports that it branches to handle for No Data, but it does not work with the coordinated compound pdf reports. I have tried to get it to work for 1 bursted value for the coordinated compound pdf report and it does not work. I get the "no report to distribute" error message in the ReportCaster log. I guess there is an issue with no data error handling like this working in conjuction with coordinated compound reports.
I wonder if setting EMPTYREPORT some way will work with coordinated compound pdf reports. Has anyone done anything with setting No Data for coordinated compound reports or have any suggestions?This message has been edited. Last edited by: FP Mod Chuck,
If you can already detect that you have no data and branch to a different path when such a thing, you should built a PDF compound "No data" report and distribute this one instead. That way RC will have the same report format to distribute no matter what
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2410 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
MartyY - Thanks...I can possibly look into that. However, what I just discovered is that my bar chart procedures which is contained as one of the procedures in the compound pdf layout is producing a crashed agent whenever there is a no data output scenario. So when I execute the compound pdf layout procedure within RC for a no data situation, it gives me the "no report to distribute" error message.
So I need to determine why that procedure is producing a crashed agent in a no data scenario.